Skip to content

Commit

Permalink
Updating go-release-action to the latest (#20)
Browse files Browse the repository at this point in the history
* Dynamic Reconnect and Multi-Channel Support

* updating go-release-action to the latest
  • Loading branch information
filipecosta90 authored Dec 2, 2024
1 parent 2a9d367 commit 4bb4fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.36
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 4bb4fd6

Please sign in to comment.