Skip to content

Commit

Permalink
build: pin to an older version of semantic-release.
Browse files Browse the repository at this point in the history
We can't use the newest versino until we drop node 18 support since it
only runs on Node 20
  • Loading branch information
feanil committed Jun 20, 2024
1 parent 7363dc4 commit 007b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release@19.0.5

0 comments on commit 007b3c6

Please sign in to comment.