Skip to content

Commit bc148d4

Browse files
committed
Try using pinned version of goreleaser
1 parent 92ded30 commit bc148d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id-token: write
6969
contents: write
7070
packages: write
71-
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
71+
uses: smallstep/workflows/.github/workflows/goreleaser.yml@max/pin-goreleaser
7272
with:
7373
enable-packages-upload: true
7474
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
project_name: step
55

66
# Enable GoReleaser OSS to read Pro configs: https://goreleaser.com/errors/version/#using-a-pro-configuration-file-with-goreleaser-oss
7-
pro: true
7+
pro: true
88

99
variables:
1010
packageName: step-cli

0 commit comments

Comments
 (0)