We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef5fb7 commit 913bfc6Copy full SHA for 913bfc6
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: poetry build
19
- run: pip install twine
20
- run: twine upload dist/* -ualex-treebeard -p${{ secrets.PYPI_PASSWORD }}
21
- - run: yarn && yarn run publish '${GITHUB_REF:10}'
+ - run: yarn && yarn run publish ${GITHUB_REF:10}
22
env:
23
VSCE_PAT: ${{ secrets.VSCE_PAT }}
24
- uses: EndBug/add-and-commit@v7.0.0
0 commit comments