Skip to content

Commit

Permalink
ci: removing tag addition in the release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtatom committed Jul 4, 2024
1 parent 25e4aa3 commit fd66e17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Create Release ZIP file
run: |
zip -r shpts.zip dist
- uses: rickstaa/action-create-tag@v1
with:
tag: ${{ env.CURRENT_VERSION }}
- uses: ncipollo/release-action@v1
with:
artifacts: 'shpts.zip'
Expand Down

0 comments on commit fd66e17

Please sign in to comment.