Skip to content

Commit

Permalink
ci(release): repair semantic release node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart authored Sep 26, 2023
1 parent bf915eb commit 9281474
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14

- name: Release project
uses: cycjimmy/semantic-release-action@v3
with:
Expand All @@ -34,7 +39,7 @@ jobs:
@semantic-release/git
@semantic-release/npm
extends: |
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
env:
GITHUB_TOKEN: ${{ secrets.OKP4_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.OKP4_BOT_GIT_AUTHOR_NAME }}
Expand Down

0 comments on commit 9281474

Please sign in to comment.