bugfix: set GH_TOKEN in environment variables

This commit is contained in:
Baipyrus 2024-09-01 15:21:05 +02:00
parent 78f1be8a91
commit 7b565f82f0

View File

@ -35,6 +35,8 @@ jobs:
run: go build -o build/ -v ./... run: go build -o build/ -v ./...
- name: Create release with asset - name: Create release with asset
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
gh release create "${{ github.ref_name }}" \ gh release create "${{ github.ref_name }}" \
--title "Release ${{ github.ref_name }}" \ --title "Release ${{ github.ref_name }}" \