diff --git a/.github/workflows/Alpha.yml b/.github/workflows/Alpha.yml index 813f209c..e2cbc88d 100644 --- a/.github/workflows/Alpha.yml +++ b/.github/workflows/Alpha.yml @@ -34,13 +34,11 @@ jobs: BINDIR: bin run: make -j releases - name: Delete old tag and release - uses: dev-drprasad/delete-tag-and-release@v0.2.0 + uses: cb80/delrel@latest with: - delete_release: false # default: false -# tag_name: alpha # tag name to delete - repo: / # target repo (optional). defaults to repo running this action - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + tag_name: alpha # tag name to delete +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Alpha uses: svenstaro/upload-release-action@v2