Skip to content

Commit a111e54

Browse files
Update go.yml
1 parent c5113c3 commit a111e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
release:
4848
needs: build
4949
runs-on: ubuntu-latest
50-
if: startsWith(github.ref, 'refs/tags/')
50+
# if: startsWith(github.ref, 'refs/tags/')
5151
steps:
5252
- uses: actions/download-artifact@v4
5353
with:

0 commit comments

Comments
 (0)