mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:38:24 +00:00
fix(release): remove dup version for goreleaser step
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -22,7 +22,6 @@ jobs:
|
||||
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
|
||||
if: (!contains(github.ref, 'pre'))
|
||||
with:
|
||||
version: v1.16.2
|
||||
# You can pass flags to goreleaser via GORELEASER_ARGS
|
||||
# --clean will save you deleting the dist dir
|
||||
args: release --clean
|
||||
|
||||
Reference in New Issue
Block a user