Skip to content

Commit

Permalink
fix(release): fix release system
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine ZANARDI committed Mar 3, 2023
1 parent e2cb1fd commit 8778f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- 'main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8778f86

Please sign in to comment.