mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-12 17:02:56 +01:00
Merge pull request #43 from wneessen/go-release-action-update
Go release action update
This commit is contained in:
commit
cd9b8a98a5
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release-bsd.yml
vendored
2
.github/workflows/release-bsd.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
goarch: ["386", amd64, arm, arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.20
|
||||
- uses: wangyoucao577/go-release-action@v1.26
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
|
|
2
.github/workflows/release-darwin.yml
vendored
2
.github/workflows/release-darwin.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
goarch: [amd64, arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.20
|
||||
- uses: wangyoucao577/go-release-action@v1.26
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
|
|
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.20
|
||||
- uses: wangyoucao577/go-release-action@v1.26
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
|
|
Loading…
Reference in a new issue