mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 00:22:08 -06:00
Pinned action version made it specific
This commit is contained in:
parent
be85c7ec93
commit
9c32f4d8ca
12
.github/workflows/goreleaser.yml
vendored
12
.github/workflows/goreleaser.yml
vendored
@ -2,8 +2,8 @@ name: Release Automation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
# tags:
|
||||||
- "*" # triggers only if push new tag version, like `0.8.4` or else
|
# - "*" # triggers only if push new tag version, like `0.8.4` or else
|
||||||
|
|
||||||
concurrency: ci-release-automation
|
concurrency: ci-release-automation
|
||||||
|
|
||||||
@ -75,11 +75,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
id: run-goreleaser
|
id: run-goreleaser
|
||||||
uses: goreleaser/goreleaser-action@v6 # v4.1.0
|
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
|
||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: 'v2'
|
version: '~> v2'
|
||||||
args: release --clean
|
args: release --clean --skip publish --snapshot
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
||||||
|
|
||||||
@ -102,4 +102,4 @@ jobs:
|
|||||||
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
|
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
|
||||||
upload-assets: true
|
upload-assets: true
|
||||||
private-repository: true
|
private-repository: true
|
||||||
|
:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user