mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
fix(ci): use GH_PAT to release (#1515)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
9ad3385be8
commit
274714aecd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -68,6 +68,8 @@ jobs:
|
||||
-
|
||||
name: GoReleaser
|
||||
if: success()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
run: |
|
||||
if [[ $GITHUB_REF == refs/tags/v* ]]; then
|
||||
./goreleaser --parallelism 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user