We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ded30 commit bc148d4Copy full SHA for bc148d4
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
id-token: write
69
contents: write
70
packages: write
71
- uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
+ uses: smallstep/workflows/.github/workflows/goreleaser.yml@max/pin-goreleaser
72
with:
73
enable-packages-upload: true
74
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
.goreleaser.yml
@@ -4,7 +4,7 @@ version: 2
4
project_name: step
5
6
# Enable GoReleaser OSS to read Pro configs: https://goreleaser.com/errors/version/#using-a-pro-configuration-file-with-goreleaser-oss
7
-pro: true
+pro: true
8
9
variables:
10
packageName: step-cli
0 commit comments