We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f5e96 commit b81e79eCopy full SHA for b81e79e
.github/workflows/release.yml
@@ -38,4 +38,5 @@ jobs:
38
commit-message: "Release version ${{ env.version }}"
39
title: "Release version ${{ env.version }}"
40
body: "This PR updates the project to version ${{ env.version }}."
41
- branch: "release-v${{ env.version }}"
+ branch: "release-v${{ env.version }}"
42
+ draft: true
0 commit comments