diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 8ea02c3..551c9cc 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -17,7 +17,7 @@ jobs: outputs: dev-version: ${{ env.DEV_VERSION }} steps: - - uses: dev-drprasad/delete-tag-and-release@v1.0 # PRERELEASE is v1.0 and can also be used to test and give us feedback + - uses: dev-drprasad/delete-tag-and-release@v1.1 # PRERELEASE is v1.0 and can also be used to test and give us feedback with: tag_name: ${{ env.DEV_VERSION }} github_token: ${{ secrets.GITHUB_TOKEN }}