We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be33777 commit 221d45cCopy full SHA for 221d45c
.github/workflows/ci-cd.yml
@@ -24,9 +24,13 @@ jobs:
24
cache: 'npm'
25
- run: npm ci
26
- run: npm run vscode:prepublish
27
- - run: npm run vsce-package
+ - 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
32
- uses: actions/upload-artifact@v4
33
with:
- path: "finecode.vsix"
34
+ path: "*.vsix"
35
if-no-files-found: error
36
0 commit comments