Skip to content

Commit e503fa4

Browse files
committed
fixup!: remove compress release package comment
1 parent 9cd480b commit e503fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ jobs:
314314
tmp=$(mktemp)
315315
jq '.codeServerVersion = "${{ inputs.version || github.ref_name }}"' release/lib/vscode/product.json > "$tmp" && mv "$tmp" release/lib/vscode/product.json
316316
317-
# TODO@jsjoeio - will it throw error if it already exists?
318317
- name: Compress release package
319318
run: tar -czf package.tar.gz release
320319

0 commit comments

Comments
 (0)