Skip to content

Commit

Permalink
ci: update actions versions (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Dec 4, 2023
1 parent ced022d commit 7ffaf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- run: npm run lint
- run: npm run test
- name: Run semantic-release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
conventional-changelog-conventionalcommits@5.0.0
conventional-changelog-conventionalcommits@7.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7ffaf40

Please sign in to comment.