Skip to content

Commit

Permalink
fix: prettify ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakorgaur committed Apr 12, 2024
1 parent 8852597 commit db81f0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- main
types: [closed]

name: Bump version and create changelog

jobs:
bump_version:
if: ${{ github.event.pull_request.merged }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
tags:
- "v*.*.*"

name: Release new version of the package

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit db81f0d

Please sign in to comment.