Skip to content

Commit

Permalink
fix: upgrade release workflow and semantic-release-action (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jilgue committed Apr 25, 2024
1 parent 1703d70 commit 0248d9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 17.3.0
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0248d9e

Please sign in to comment.