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 1390617 commit 89a7745Copy full SHA for 89a7745
.github/workflows/release.yml
@@ -69,11 +69,11 @@ jobs:
69
email: '[email protected]'
70
token: ${{ secrets.GITHUB_TOKEN }}
71
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
+# - name: Tagging new version
+# id: newVersionTag
+# run: |
+# git tag -a ${{ env.RELEASE_VERSION }} -m "Release ${{ env.RELEASE_VERSION }}"
+# git push --tags
77
78
- name: Checkout develop branch
79
uses: actions/checkout@v4
0 commit comments