ci: bump version for go-release-action

This commit is contained in:
Lan Tian 2023-01-08 01:16:23 -06:00
parent e7010f75f8
commit 49a05767c1
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -19,14 +19,14 @@ jobs:
goos: windows goos: windows
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.30 - uses: wangyoucao577/go-release-action@v1.34
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }} goarch: ${{ matrix.goarch }}
project_path: "./frontend" project_path: "./frontend"
binary_name: "bird-lg-go" binary_name: "bird-lg-go"
- uses: wangyoucao577/go-release-action@v1.30 - uses: wangyoucao577/go-release-action@v1.34
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}