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 454b853 commit 45f771bCopy full SHA for 45f771b
.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@max/pin-goreleaser
+ uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
72
with:
73
enable-packages-upload: true
74
is-prerelease: ${{ needs.create_release.outputs.is_prerelease == 'true' }}
.goreleaser.yml
@@ -274,7 +274,7 @@ blobs:
274
bucket: '{{ .Env.AWS_S3_BUCKET }}'
275
region: '{{ .Env.AWS_S3_REGION }}'
276
directory: '/'
277
- acl: public-read
+ #acl: public-read
278
extra_files:
279
- glob: ./dist/default_darwin_amd64_v1/bin/step
280
name_template: step_{{ .Version }}_darwin_amd64
0 commit comments