Skip to content

Commit

Permalink
test releasename for draft
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNFANZ committed May 15, 2024
1 parent f15a005 commit e59d290
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: compile and release
uses: wangyoucao577/go-release-action@v1
env:
release_name: "draft"
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: "386"
goos: linux
Expand All @@ -25,6 +26,7 @@ jobs:
- name: compile and release
uses: wangyoucao577/go-release-action@v1
env:
release_name: "draft"
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: amd64
goos: linux
Expand All @@ -36,6 +38,7 @@ jobs:
- name: compile and release
uses: wangyoucao577/go-release-action@v1
env:
release_name: "draft"
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: "arm"
goos: linux
Expand All @@ -47,6 +50,7 @@ jobs:
- name: compile and release
uses: wangyoucao577/go-release-action@v1
env:
release_name: "draft"
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: arm64
goos: linux
Expand All @@ -58,6 +62,7 @@ jobs:
- name: compile and release
uses: wangyoucao577/go-release-action@v1
env:
release_name: "draft"
github_token: ${{ secrets.GITHUB_TOKEN }}
goarch: amd64
goos: darwin

0 comments on commit e59d290

Please sign in to comment.