Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 13, 2024
1 parent c0e4f06 commit 9b0d757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: echo "release notes" > notes.txt

- name: Release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ github.event.inputs.packageName }}/${{ github.event.inputs.version }} --notes-file notes.txt
Expand Down

0 comments on commit 9b0d757

Please sign in to comment.