Skip to content

Commit

Permalink
Merge pull request #2 from serafdev/f/go-release-action-master
Browse files Browse the repository at this point in the history
Use wangyoucao577/go-release-action@master
  • Loading branch information
serafdev committed Mar 12, 2023
2 parents f9f66a2 + d90d4b9 commit 2359374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: serafdev/go-release-action@v1.37-alpha.1
- uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN_FINE_GRAINED }}
goos: linux
Expand All @@ -19,5 +19,5 @@ jobs:
goversion: "https://go.dev/dl/go1.20.linux-amd64.tar.gz"
project_path: "."
binary_name: "go-release-action-test-private"
release_name: "v0.0.1-alpha.1"
release_tag: "v0.0.1-alpha.1"
release_name: "v0.0.1-alpha.2"
release_tag: "v0.0.1-alpha.2"

0 comments on commit 2359374

Please sign in to comment.