Skip to content

Commit

Permalink
Fixed publish workflow no GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 8, 2022
1 parent 65f6673 commit fe8752f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
env:
#RELEASE_ID: ${{ github.event.release.id }}
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe8752f

Please sign in to comment.