Skip to content

Commit 0fcbd19

Browse files
committedMar 20, 2025·
fix: Publish to OpenVSX registry
Signed-off-by: Anatolii Bazko <[email protected]>
1 parent 6fa0ba6 commit 0fcbd19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: |
4242
vsce package -o vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4343
ls -lash *.vsix
44+
- name: Calculate SHA256 Hash
45+
run: |
46+
sum256hash vscode-devfile-${{ env.EXT_VERSION }}-${GITHUB_RUN_NUMBER}.vsix
4447
- name: Upload VSIX Artifacts
4548
uses: actions/upload-artifact@v4.6.1
4649
with:

0 commit comments

Comments
 (0)
Please sign in to comment.