Skip to content

Commit

Permalink
fix(semver): change token ref (#4)
Browse files Browse the repository at this point in the history
missnamed token reference in the workflow semver config
  • Loading branch information
ericsomdahl committed May 10, 2023
1 parent 0f12ad0 commit 680f1f0
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 @@ -13,4 +13,4 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 680f1f0

Please sign in to comment.