Skip to content

Commit

Permalink
chore: ensure github doesn't pick a harebrained title
Browse files Browse the repository at this point in the history
  • Loading branch information
zostay committed Jan 18, 2024
1 parent 9842a59 commit ec0fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
GOARCH: amd64
run: go build -o today-$RELEASE_VERSION-$GOOS-$GOARCH ./
- name: Create Release
run: gh release create "v$RELEASE_VERSION" --draft --notes-file=release-notes.md
run: gh release create -t "v$RELEASE_VERSION" "v$RELEASE_VERSION" --draft --notes-file=release-notes.md
- name: Upload Linux 64-bit Binary
run: gh release upload "v$RELEASE_VERSION" today-$RELEASE_VERSION-linux-amd64
- name: Upload Apple Silicon Binary
Expand Down

0 comments on commit ec0fc52

Please sign in to comment.