Skip to content

Commit 2b32b10

Browse files
committedDec 2, 2022
fixup!: fix: keep product.json file permissions in release
1 parent ace0910 commit 2b32b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
tmp=$(mktemp)
324324
jq '.codeServerVersion = "$VERSION"' release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
325325
# Ensure it has the same permissions as before
326-
chmod 755 release/lib/vscode/product.json
326+
chmod 644 release/lib/vscode/product.json
327327
328328
- name: Compress release package
329329
run: tar -czf package.tar.gz release

0 commit comments

Comments
 (0)