Skip to content

Commit

Permalink
chore(deps): update cycjimmy/semantic-release-action action to v3.4.2 (
Browse files Browse the repository at this point in the history
…#729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 14, 2023
1 parent c51afa9 commit c6bb72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Install project dependencies
run: . script/bootstrap
- name: Release
uses: cycjimmy/semantic-release-action@v3.4.0
uses: cycjimmy/semantic-release-action@v3.4.2
with:
branch: main
dry_run: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install project dependencies
run: . script/bootstrap
- name: Release
uses: cycjimmy/semantic-release-action@v3.4.0
uses: cycjimmy/semantic-release-action@v3.4.2
with:
branch: main
dry_run: false
Expand Down

0 comments on commit c6bb72e

Please sign in to comment.