1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-06 04:36:16 +02:00

build: fix workflow-dispatch deleted tag

This commit is contained in:
Carlos Alexandro Becker 2024-04-01 11:58:43 -03:00
parent 4e7be8063b
commit 157bd8dfd7
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
needs: goreleaser
steps:
- uses: benc-uk/workflow-dispatch@v121
- uses: benc-uk/workflow-dispatch@v1.2.3
with:
ref: main
token: ${{ secrets.GH_PAT }}