Skip to content

Commit

Permalink
build(deps): update dependency semantic-release to v24.2.0 (#1094)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Oct 25, 2024
1 parent 07d22a8 commit 5381ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Run `semantic-release`
npm install [email protected]
npm install [email protected]
npx semantic-release@24.1.3 --dry-run ${{ env.DRY_RUN }} --ci ${{ env.CI_FLAG }}
npx semantic-release@24.2.0 --dry-run ${{ env.DRY_RUN }} --ci ${{ env.CI_FLAG }}
- name: Push Release Branch To Major Branch
if: ${{ env.DRY_RUN != 'true' && steps.semantic-release.outputs.new-release-published == 'true' }}
Expand Down

0 comments on commit 5381ce5

Please sign in to comment.