Skip to content

Commit

Permalink
release: release trigger, reformat of actions (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopernic-pl authored Jan 24, 2025
1 parent 36e1761 commit cb7bb25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
publish-npm:
runs-on: ubuntu-latest

needs: [version-and-tag, publish-github]
needs: [ version-and-tag, publish-github ]
env:
VERSION: ${{ needs.version-and-tag.outputs.VERSION }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-on-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
Select the branch to release from above, then select the version level to bump below.
type: choice
options:
- major
- minor
- patch
- major
- minor
- patch
default: minor
jobs:
bump-version:
Expand Down

0 comments on commit cb7bb25

Please sign in to comment.