Skip to content

Commit 8151e37

Browse files
ci
1 parent 8044b90 commit 8151e37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
15+
- run: npm i --global vsce
1516
- run: pip install poetry
1617
- run: echo "ref is $GITHUB_REF"
1718
- run: poetry version ${GITHUB_REF:10}

0 commit comments

Comments
 (0)