Skip to content

Commit aa31966

Browse files
committed
ci: Revert delete tags request
1 parent d58eaf0 commit aa31966

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@ jobs:
9898
cd ..
9999
cp ${{ matrix.target }}.${{ env._EXT }} eask_${{ env.VERSION }}_${{ matrix.target }}.${{ env._EXT }}
100100
101-
- uses: ClementTsang/delete-tag-and-release@v0.4.0
102-
if: github.ref == 'refs/heads/master'
103-
continue-on-error: true
104-
with:
105-
delete_release: true
106-
tag_name: ${{ env.VERSION }}
107-
env:
108-
GITHUB_TOKEN: ${{ secrets.PAT }}
109-
110101
- name: Upload for prerelease
111102
if: github.ref == 'refs/heads/master'
112103
uses: softprops/action-gh-release@v2.0.8

0 commit comments

Comments
 (0)