Skip to content

Commit

Permalink
yml draft only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed Nov 15, 2023
1 parent 5892291 commit 6a260c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TAG: ${{ steps.create-release-package.outputs.tag-name }}
run: |
gh release create "$RELEASE_TAG" --prerelease --notes-file "${{ env.RELEASE_NOTES_FILE }}" --title "$RELEASE_TAG"
gh release create "$RELEASE_TAG" --prerelease --draft --notes-file "${{ env.RELEASE_NOTES_FILE }}" --title "$RELEASE_TAG"

0 comments on commit 6a260c3

Please sign in to comment.