Skip to content

Commit

Permalink
debug: go-release-action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduykhanh committed Jan 7, 2024
1 parent 9421426 commit e7c5224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
# build and make the releases
- name: Build and make the releases
uses: wangyoucao577/go-release-action@master
uses: wangyoucao577/go-release-action@v1
with:
github_token: "xxx"
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit e7c5224

Please sign in to comment.