Skip to content

Commit

Permalink
feat: default to creating pre-releases
Browse files Browse the repository at this point in the history
as promoting a release should be a manual process
  • Loading branch information
boredland authored May 4, 2024
1 parent ea3639c commit cd098b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ runs:
echo "## github upload"
echo ${{ github.token }} | gh auth login --with-token
gh release create ${{ inputs.release-tag }} --title ${{ inputs.release-tag }} --repo ${{ github.repository }} --notes "automated release" || echo "release already exists"
gh release create ${{ inputs.release-tag }} --title ${{ inputs.release-tag }} --repo ${{ github.repository }} --notes "automated release" --prerelease || echo "release already exists"
GITHUB_LINK=https://github.com/${GITHUB_REPOSITORY}/releases/download/${{ inputs.release-tag }}
Expand Down

0 comments on commit cd098b4

Please sign in to comment.