Skip to content

chore: bump go1.23.6 goreleaser v2.6.1 (#89) #4

chore: bump go1.23.6 goreleaser v2.6.1 (#89)

chore: bump go1.23.6 goreleaser v2.6.1 (#89) #4

Workflow file for this run

---
name: dispatch
jobs:
runs-on: ubuntu-latest

Check failure on line 4 in .github/workflows/dispatch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dispatch.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
steps:
- name: notify goreleaser-cross with new release
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_PAT }}
repository: goreleaser/goreleaser-cross
event-type: goreleaser
client-payload: '{"tag": "${{ env.RELEASE_TAG }}"}'