We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfa828 commit 2aee7deCopy full SHA for 2aee7de
1 file changed
.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
139
name: Publish GitHub Release
140
runs-on: ubuntu-latest
141
needs: [build-binaries, docker]
142
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/')
143
permissions:
144
contents: write
145
@@ -149,7 +149,6 @@ jobs:
149
with:
150
path: ./artifacts
151
152
- # Combine all SHA256 files into one manifest
153
- name: Generate combined checksums manifest
154
shell: bash
155
run: |
@@ -166,3 +165,4 @@ jobs:
166
165
files: ./artifacts/**/*
167
env:
168
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
0 commit comments