Skip to content

Commit

Permalink
fix(nodejs-server-release): Specify semantic-release plugin versions …
Browse files Browse the repository at this point in the history
…explicitly

To try to work around cycjimmy/semantic-release-action#79
  • Loading branch information
gnarea committed Apr 21, 2022
1 parent 88155bd commit 5e910c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs-server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
with:
semantic_version: 18.0.1
extra_plugins: |
@semantic-release/exec@^5.0.0
@semantic-release/exec@^6.0.3
@semantic-release/git@^10.0.1
@semantic-release/changelog@6.0.1
conventional-changelog-conventionalcommits@4.6.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HELM_REPO_ACCESS_TOKEN: ${{ secrets.helm_repo_access_token }}

0 comments on commit 5e910c7

Please sign in to comment.