Skip to content

Commit

Permalink
Rename Release job
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Nov 10, 2022
1 parent 4224d57 commit 25a1684
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release
on:
workflow_dispatch:
create:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: 16

# Install Node dependencies.
- run: npm install
- run: npm ci

# Build the extension.
- name: Package Extension
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
path: dist
- run: ls -al ./dist

# Install Node dependencies.
- run: npm ci

# Publish to the Code Marketplace.
Expand Down

0 comments on commit 25a1684

Please sign in to comment.