Skip to content

Commit 4bb4fd6

Browse files
Updating go-release-action to the latest (#20)
* Dynamic Reconnect and Multi-Channel Support * updating go-release-action to the latest
1 parent 2a9d367 commit 4bb4fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
goos: [linux, darwin]
2020
goarch: [amd64, arm64]
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: wangyoucao577/go-release-action@v1.36
22+
- uses: actions/checkout@v4
23+
- uses: wangyoucao577/go-release-action@v1
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)