Skip to content

Commit

Permalink
ci: update release workflow to use GH_TOKEN and enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent adbfc36 commit 24bafc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:

- name: Upload Binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tagname="${GITHUB_REF#refs/tags/}"
echo "Tag name is $tagname"
Expand All @@ -75,4 +74,4 @@ jobs:
fi
done)
echo "Files are $files"
gh release create "$tagname" -t "$tagname" $files
GH_DEBUG=api gh release create "$tagname" -t "$tagname" $files

0 comments on commit 24bafc9

Please sign in to comment.