We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8e80e commit 8044b90Copy full SHA for 8044b90
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -18,7 +18,6 @@ jobs:
18
- run: poetry build
19
- run: pip install twine
20
- run: twine upload dist/* -ualex-treebeard -p${{ secrets.PYPI_PASSWORD }}
21
- - run: yarn set version ${GITHUB_REF:10}
22
- name: publish extension
23
run: cd .. && yarn && yarn version --no-git-tag-version --new-version ${GITHUB_REF:10} && vsce publish
24
env:
0 commit comments