Skip to content

Commit

Permalink
Attempt to fix GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed May 29, 2024
1 parent 858e0e7 commit 6600d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- name: Push tags to repository
if: env.new_version == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
git tag v${{ env.version }}
git push origin --tags

0 comments on commit 6600d31

Please sign in to comment.