Skip to content

Commit

Permalink
chore: try upgrade semantic-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Nov 27, 2023
1 parent dbd549d commit f105cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
NODE_ENV: test
# Will update the package.json file with semantic-release and push it to master with a new tag
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v4
env:
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
GIT_AUTHOR_NAME: github-actions
Expand Down

0 comments on commit f105cc3

Please sign in to comment.