mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-20 03:59:26 +02:00
75c23abdca
I've changed the GitHub Action workflow code example to be more inline with the code example on the GitHub repository: 1. https://goreleaser.com/ci/actions/#workflow 2. https://github.com/goreleaser/goreleaser-action?tab=readme-ov-file#workflow This is done by four commits for better code/git diff: 1.7f6d9eefff
Changed the GitHub action workflow from `actions/checkout@v3` to `actions/checkout@v4`. Copying from the code example on the GitHub repository `goreleaser/goreleaser-action`: 1.effc880f3d
The `name` items 2.9d7fc2949e
The comments 3.3118f60fb0
The workflow trigger `on`: `pull_request`