Skip to content

Commit

Permalink
fix: lock npx semantic-release version on push main workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
23caterpie committed Mar 19, 2024
1 parent 2699ede commit 72d5e66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_app_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
GIT_AUTHOR_EMAIL: release@test.com
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: info@asyncapi.io
run: npx semantic-release@22.0.8
run: npx semantic-release@22.0.12
2 changes: 1 addition & 1 deletion .github/workflows/go_lib_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
GIT_AUTHOR_EMAIL: release@test.com
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: info@asyncapi.io
run: npx semantic-release
run: npx semantic-release@22.0.12
2 changes: 1 addition & 1 deletion .github/workflows/gradle_jvm_app_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
GIT_AUTHOR_EMAIL: release@test.com
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: info@asyncapi.io
run: npx semantic-release
run: npx semantic-release@22.0.12
2 changes: 1 addition & 1 deletion .github/workflows/ruby_app_push_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
GIT_AUTHOR_EMAIL: release@test.com
GIT_COMMITTER_NAME: asyncapi-bot
GIT_COMMITTER_EMAIL: info@asyncapi.io
run: npx semantic-release
run: npx semantic-release@22.0.12

0 comments on commit 72d5e66

Please sign in to comment.