Skip to content

Commit

Permalink
Add pre-release flag to github-release binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaf committed May 26, 2022
1 parent 7eb2a5b commit 9344fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git tag -f "$day"

echo
echo "creating release $day"
"${GH_REL_BIN}" release --user jschaf --repo pggen --tag "$day" --name "$day"
"${GH_REL_BIN}" release --user jschaf --repo pggen --tag "$day" --name "$day" --pre-release

# Upload each of the zipped binaries.
for target in "${targets[@]}"; do
Expand Down

0 comments on commit 9344fba

Please sign in to comment.