Skip to content

Commit daa424f

Browse files
committed
Fix bucket name in job
1 parent 22eed2f commit daa424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: "google-github-actions/upload-cloud-storage@v2"
3535
with:
3636
path: "build"
37-
destination: "sourcify-docs-bucket"
37+
destination: "sourcify-playground-bucket"
3838
parent: false
3939
glob: "**/*"

0 commit comments

Comments
 (0)