Skip to content

Commit 45f771b

Browse files
committed
Revert to main goreleaser action again, leave out acl attribute
1 parent 454b853 commit 45f771b

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@max/pin-goreleaser
71+
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
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
@@ -274,7 +274,7 @@ blobs:
274274
bucket: '{{ .Env.AWS_S3_BUCKET }}'
275275
region: '{{ .Env.AWS_S3_REGION }}'
276276
directory: '/'
277-
acl: public-read
277+
#acl: public-read
278278
extra_files:
279279
- glob: ./dist/default_darwin_amd64_v1/bin/step
280280
name_template: step_{{ .Version }}_darwin_amd64

0 commit comments

Comments
 (0)