Skip to content

Commit

Permalink
Build-tag only drafts the release (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Aug 4, 2023
1 parent 257589c commit 1943c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
git commit -m "Release $VERSION"
git tag "$VERSION"
git push --tags
gh release create "$VERSION" -t "$VERSION" --generate-notes
gh release create "$VERSION" -t "$VERSION" --generate-notes -d
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 1943c76

Please sign in to comment.