Skip to content

Commit 8044b90

Browse files
author
alex-treebeard
committed
fix ci
1 parent da8e80e commit 8044b90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- run: poetry build
1919
- run: pip install twine
2020
- run: twine upload dist/* -ualex-treebeard -p${{ secrets.PYPI_PASSWORD }}
21-
- run: yarn set version ${GITHUB_REF:10}
2221
- name: publish extension
2322
run: cd .. && yarn && yarn version --no-git-tag-version --new-version ${GITHUB_REF:10} && vsce publish
2423
env:

0 commit comments

Comments
 (0)