Skip to content

Commit

Permalink
build: fix workflow-dispatch deleted tag
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 1, 2024
1 parent 4e7be80 commit 157bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 157bd8d

Please sign in to comment.