Skip to content

Commit 2aee7de

Browse files
author
Christopher Skene
committed
Fix github releases
1 parent acfa828 commit 2aee7de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
name: Publish GitHub Release
140140
runs-on: ubuntu-latest
141141
needs: [build-binaries, docker]
142-
if: startsWith(github.ref, 'refs/tags/v')
142+
if: startsWith(github.ref, 'refs/tags/')
143143
permissions:
144144
contents: write
145145

@@ -149,7 +149,6 @@ jobs:
149149
with:
150150
path: ./artifacts
151151

152-
# Combine all SHA256 files into one manifest
153152
- name: Generate combined checksums manifest
154153
shell: bash
155154
run: |
@@ -166,3 +165,4 @@ jobs:
166165
files: ./artifacts/**/*
167166
env:
168167
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168+

0 commit comments

Comments
 (0)