Skip to content

Commit 0e054b6

Browse files
committed
release.yaml bug fixes
1 parent 7bac909 commit 0e054b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
files: get-gram.sh
2020
gzip: false
21+
allow_override: true # Update triggered release
2122

2223
releases-matrix:
2324
name: Release Go Binary
2425
runs-on: ubuntu-latest
26+
needs: upload-downloader
2527
strategy:
2628
matrix:
2729
goos: [darwin] # TODO: Add back linux, windows when we fix terminal constants.

0 commit comments

Comments
 (0)