Skip to content

Commit

Permalink
Fix Github Token for gh
Browse files Browse the repository at this point in the history
gh needs the Github Token defined as env.
  • Loading branch information
BlackDex committed May 14, 2023
1 parent faaa7c8 commit 27d1263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:

# Release version
- name: Release tagged version
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${GITHUB_REF#refs/*/} -t ${GITHUB_REF#refs/*/} target/release/mpris-control --generate-notes

0 comments on commit 27d1263

Please sign in to comment.