Skip to content

Commit

Permalink
[GHA] Correct label for publish vscode extension pack
Browse files Browse the repository at this point in the history
BoykoAlex committed Jan 28, 2025
1 parent 6941ac0 commit 5a7c244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-vscode-extension-pack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release VSCode Extension
name: Publish VSCode Extension Pack

on:
workflow_dispatch:
@@ -23,7 +23,7 @@ env:
jobs:
publish-vscode-extension-pack:
runs-on: ubuntu-latest
name: Release Build and Upload VSCode Extension '${{ inputs.extension-name }}'
name: Publish vscode extension pack '${{ inputs.extension-name }}'
steps:
- name: Checkout vscode-extension '${{ inputs.extension-name }}'
uses: actions/checkout@v4

0 comments on commit 5a7c244

Please sign in to comment.