Skip to content

Commit

Permalink
chore: fix semantic release token
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcdowall committed Oct 19, 2023
1 parent 1240813 commit 84d268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
- name: Publish to Sonatype
if: steps.semantic.outputs.new_release_published == 'true'
env:
Expand Down

0 comments on commit 84d268c

Please sign in to comment.