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:
parent
dc0de4ce59
commit
03f6f85261
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user