Skip to content

Commit 89a7745

Browse files
committed
Disable tagging
1 parent 1390617 commit 89a7745

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171

72-
- name: Tagging new version
73-
id: newVersionTag
74-
run: |
75-
git tag -a ${{ env.RELEASE_VERSION }} -m "Release ${{ env.RELEASE_VERSION }}"
76-
git push --tags
72+
# - name: Tagging new version
73+
# id: newVersionTag
74+
# run: |
75+
# git tag -a ${{ env.RELEASE_VERSION }} -m "Release ${{ env.RELEASE_VERSION }}"
76+
# git push --tags
7777

7878
- name: Checkout develop branch
7979
uses: actions/checkout@v4

0 commit comments

Comments
 (0)