Skip to content

Commit 221d45c

Browse files
committed
Update package info, add publish command
1 parent be33777 commit 221d45c

File tree

3 files changed

+1756
-659
lines changed

3 files changed

+1756
-659
lines changed

.github/workflows/ci-cd.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ jobs:
2424
cache: 'npm'
2525
- run: npm ci
2626
- run: npm run vscode:prepublish
27-
- run: npm run vsce-package
27+
- run: npm run vsce:package
28+
29+
- run: npm run vscode:publish -p $AZURE_ACCESS_TOKEN
30+
if: github.event_name == 'release' && github.event.action == 'created'
31+
2832
- uses: actions/upload-artifact@v4
2933
with:
30-
path: "finecode.vsix"
34+
path: "*.vsix"
3135
if-no-files-found: error
3236

0 commit comments

Comments
 (0)