Skip to content

Commit

Permalink
chore: upgrade semantic release action to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Gautreau committed Feb 6, 2024
1 parent 9da7752 commit 79b2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
VERSION=`node -p "require('./package.json').devDependencies['semantic-release']"`
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Semantic Release
uses: cycjimmy/semantic-release-action@7f0c0e4904fb36f980686dda081f2f258500f3ea
uses: cycjimmy/semantic-release-action@61680d0e9b02ff86f5648ade99e01be17f0260a4
id: semantic
with:
semantic_version: ${{ steps.semantic_version.outputs.version }}
Expand Down

0 comments on commit 79b2343

Please sign in to comment.