Skip to content

Commit b1ce122

Browse files
committed
a
1 parent 41501c4 commit b1ce122

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ jobs:
8181
8282
core.setOutput('new_version', newVersion);
8383
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-
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 }}
8988
- name: Generate Release Notes
9089
id: generate-release-notes
9190
uses: actions/github-script@v6

0 commit comments

Comments
 (0)