Skip to content

Commit fd66e17

Browse files
committed
ci: removing tag addition in the release ci
1 parent 25e4aa3 commit fd66e17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
- name: Create Release ZIP file
5151
run: |
5252
zip -r shpts.zip dist
53-
- uses: rickstaa/action-create-tag@v1
54-
with:
55-
tag: ${{ env.CURRENT_VERSION }}
5653
- uses: ncipollo/release-action@v1
5754
with:
5855
artifacts: 'shpts.zip'

0 commit comments

Comments
 (0)