Skip to content

Commit

Permalink
build(deps): update dependency semantic-release to v24.1.0 (#1077)
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 Aug 17, 2024
1 parent d5d6422 commit c8a438f
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.0.0 --dry-run ${{ env.DRY_RUN }} --ci ${{ env.CI_FLAG }}
npx semantic-release@24.1.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 c8a438f

Please sign in to comment.