We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41501c4 commit b1ce122Copy full SHA for b1ce122
.github/workflows/create-draft-release.yml
@@ -81,11 +81,10 @@ jobs:
81
82
core.setOutput('new_version', newVersion);
83
84
- - name: Create New Tag
85
- run: |
86
- git tag ${{ steps.calculate-version.outputs.new_version }}
87
- git push origin ${{ steps.calculate-version.outputs.new_version }}
88
-
+# - name: Create New Tag
+# run: |
+# git tag ${{ steps.calculate-version.outputs.new_version }}
+# git push origin ${{ steps.calculate-version.outputs.new_version }}
89
- name: Generate Release Notes
90
id: generate-release-notes
91
uses: actions/github-script@v6
0 commit comments