Skip to content

Commit

Permalink
github: Create draft release instead of pre-release
Browse files Browse the repository at this point in the history
Also uses the tag as the title of the draft release to avoid opening an
editor.
  • Loading branch information
joshkunz committed Oct 11, 2021
1 parent 320014e commit 08ae09f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -112,7 +112,8 @@ jobs:
# Cut off the "refs/tags" prefix.
tag="${tag#"refs/tags/"}"
hub release create \
--prerelease \
--draft \
--message "${tag}" \
--attach release/ashuffle.x86_64-linux-gnu \
--attach release/ashuffle.aarch64-linux-gnu \
--attach release/ashuffle.armv7h-linux-gnueabihf \
Expand Down

0 comments on commit 08ae09f

Please sign in to comment.