Skip to content

Commit

Permalink
[action] attempt to pin goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Apr 19, 2022
1 parent 5008c1b commit d6ce35a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@5a54d7e660bda43b405e8463261b3d25631ffe86 # v2.7.0
with:
version: latest
version: 'v1.7.0'
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
Expand Down
8 changes: 0 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ builds:
binary: bin/step-ca
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64:
- v1
-
id: step-cloudkms-init
env:
Expand All @@ -52,8 +50,6 @@ builds:
binary: bin/step-cloudkms-init
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64:
- v1
-
id: step-awskms-init
env:
Expand All @@ -75,8 +71,6 @@ builds:
binary: bin/step-awskms-init
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64:
- v1

archives:
-
Expand Down Expand Up @@ -236,5 +230,3 @@ scoop:
# Your app's license
# Default is empty.
license: "Apache-2.0"

goamd64: v1

0 comments on commit d6ce35a

Please sign in to comment.