Skip to content

Commit 50b49d3

Browse files
committed
Merge branch 'master' of github.com:pipe01/LogicScript
2 parents ad7300a + 2265c7d commit 50b49d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/vsce-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NodeJS with Grunt
1+
name: Release version
22

33
on:
44
push:
@@ -33,6 +33,10 @@ jobs:
3333
run: npm run package
3434
working-directory: ${{env.cwd}}
3535

36+
- name: Publish extension
37+
run: npm run publish
38+
working-directory: ${{env.cwd}}
39+
3640
- name: Create release
3741
uses: ncipollo/release-action@v1
3842
with:

0 commit comments

Comments
 (0)