Skip to content

Commit 74cfb49

Browse files
committed
Update GH Action to add summary
1 parent 25d686c commit 74cfb49

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
yarn install --frozen-lockfile
1818
19-
- name: Update package.json
19+
- name: Update Segment
2020
run: |
2121
set -e
2222
setSegmentKey="setpath([\"segmentKey\"]; \"${{ secrets.ANALITYCS_KEY }}\")"
@@ -60,8 +60,11 @@ jobs:
6060
env:
6161
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6262

63-
# - name: Publish to Open VSX Registry
64-
# run: |
65-
# npx ovsx publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
66-
# env:
67-
# OVSX_PAT: ${{ secrets.OPEN_VSX_PAT }}
63+
- name: Update Action Summary
64+
run: |
65+
echo "Successfully released the \`gitpod-vscode-desktop\` extension (\`gitpod.gitpod-desktop\`) with the version: \`v${{ steps.package_vsix.outputs.version }}\`" >> summary.md
66+
echo "" >> summary.md
67+
echo "SHA: ${{ github.sha }}" >> summary.md
68+
echo "Hub URL: https://marketplace.visualstudio.com/manage/publishers/gitpod/extensions/gitpod-desktop/hub" >> summary.md
69+
echo "Extension URL: https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-desktop" >> summary.md
70+
cat summary.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)