diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 765bb54..98c325f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'