Skip to content

Commit

Permalink
Merge pull request #34 from Kochava/lock-push-main-semantic-release
Browse files Browse the repository at this point in the history
fix: lock npx semantic-release version on push main workflows
  • Loading branch information
23caterpie authored Mar 19, 2024
2 parents 2699ede + 72d5e66 commit afbbe10
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 afbbe10

Please sign in to comment.