mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
bugfix: set GH_TOKEN in environment variables
This commit is contained in:
parent
78f1be8a91
commit
7b565f82f0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
run: go build -o build/ -v ./...
|
||||
|
||||
- name: Create release with asset
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release create "${{ github.ref_name }}" \
|
||||
--title "Release ${{ github.ref_name }}" \
|
||||
|
Loading…
Reference in New Issue
Block a user