Skip to content

Commit

Permalink
ci(release): bump semantic release stack
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Sep 28, 2023
1 parent f29a216 commit 9291ef8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Setup rust
uses: actions-rs/toolchain@v1
Expand All @@ -56,15 +56,15 @@ jobs:
- name: Release project
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 19.0.2
semantic_version: 22.0.5
branch: main
extra_plugins: |
@semantic-release/changelog
@semantic-release/exec
@semantic-release/git
[email protected].0
[email protected].7
extends: |
conventional-changelog-conventionalcommits@6.1.0
conventional-changelog-conventionalcommits@7.0.1
env:
GITHUB_TOKEN: ${{ secrets.OKP4_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.OKP4_BOT_GIT_AUTHOR_NAME }}
Expand Down

0 comments on commit 9291ef8

Please sign in to comment.