We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5113c3 commit a111e54Copy full SHA for a111e54
.github/workflows/go.yml
@@ -47,7 +47,7 @@ jobs:
47
release:
48
needs: build
49
runs-on: ubuntu-latest
50
- if: startsWith(github.ref, 'refs/tags/')
+ # if: startsWith(github.ref, 'refs/tags/')
51
steps:
52
- uses: actions/download-artifact@v4
53
with:
0 commit comments