Skip to content

Commit

Permalink
[GHA] Publish vscode-extension workflow adjustments for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed May 23, 2024
1 parent ac5c20b commit 26aa7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release VSCode Extension
name: Publish VSCode Extension

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:

publish-release:
runs-on: ubuntu-latest
name: Publsih '${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}'
name: Publish '${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}.vsix'
steps:
- name: Download Release VSIX
id: download-release
Expand All @@ -47,13 +47,13 @@ jobs:
# channel-id: "C0188MENU2J"
# payload: |
# {
# "text": "Release published `${{ inputs.extension-name }}-${{ inputs.version }}`",
# "text": "Published release `${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}.vsix`",
# "blocks": [
# {
# "type": "section",
# "text": {
# "type": "mrkdwn",
# "text": "Release now available on VSCode Marketplace: <https://marketplace.visualstudio.com/items?itemName=vmware.${{ inputs.extension-name }}|${{ inputs.extension-name }}>"
# "text": "Release is now available on VSCode Marketplace: <https://marketplace.visualstudio.com/items?itemName=vmware.${{ inputs.extension-name }}|${{ inputs.extension-name }}>"
# }
# }
# ]
Expand Down

0 comments on commit 26aa7a9

Please sign in to comment.