Skip to content

feat: go1.25.3

feat: go1.25.3 #47

Workflow file for this run

---

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

View workflow run for this annotation

GitHub Actions / .github/workflows/dispatch.yaml

Invalid workflow file

(Line: 4, Col: 9): Unexpected value 'dispatch', (Line: 5, Col: 12): Unexpected value 'ubuntu-latest', (Line: 7, Col: 5): A sequence was not expected
name: dispatch
jobs:
name: dispatch
runs-on: ubuntu-latest
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 }}"}'