1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: update workflow-dispatch

This commit is contained in:
Carlos Alexandro Becker 2024-03-20 08:55:09 -03:00
parent dc0de4ce59
commit 03f6f85261
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
needs: [goreleaser]
steps:
- uses: benc-uk/workflow-dispatch@v121
- uses: benc-uk/workflow-dispatch@v1.2.3
if: startsWith(github.ref, 'refs/tags/v')
with:
repo: goreleaser/goreleaser
@ -33,7 +33,7 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: notify goreleaser-cross with new release
if: startsWith(github.ref, 'refs/tags/v')
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1.2.3
with:
token: ${{ secrets.GH_PAT }}
repo: goreleaser/goreleaser-cross