Skip to content

Commit

Permalink
fix: bump semantic release to support node 18 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scra3 authored Feb 5, 2024
1 parent 6166f5c commit 1ab6974
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@719e6c4cc35efd3ac293b46d0dd60ea3a5fa9084
id: semantic
with:
semantic_version: ${{ steps.semantic_version.outputs.version }}
Expand Down

0 comments on commit 1ab6974

Please sign in to comment.