Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 25, 2024
1 parent 066860f commit 8e1da3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Extension
name: Publish Extension

on:
workflow_dispatch:
Expand Down Expand Up @@ -28,6 +28,9 @@ jobs:
env:
VERSION: ${{ github.event.inputs.version }}

- name: Build vscode extension
run: ./gradlew build

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 8e1da3d

Please sign in to comment.