Skip to content

Commit

Permalink
fix: use latest semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 12, 2024
1 parent 36d9ea0 commit 45330a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/release@v5
- uses: open-turo/actions-node/release@f/use_latest_semantic_release_action
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config@8.0.0-pr-192.184.1.1

0 comments on commit 45330a0

Please sign in to comment.