Skip to content

Commit

Permalink
Merge pull request #4 from edx/kaleb/semantic-release-fix
Browse files Browse the repository at this point in the history
fix: updated version of semantic-release in workflow file
  • Loading branch information
kalebjdavenport authored Apr 18, 2024
2 parents f599c80 + 2191e93 commit 2524712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release@22

0 comments on commit 2524712

Please sign in to comment.