Skip to content

Commit 913bfc6

Browse files
author
alex-treebeard
committed
quotes
1 parent 6ef5fb7 commit 913bfc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: poetry build
1919
- run: pip install twine
2020
- run: twine upload dist/* -ualex-treebeard -p${{ secrets.PYPI_PASSWORD }}
21-
- run: yarn && yarn run publish '${GITHUB_REF:10}'
21+
- run: yarn && yarn run publish ${GITHUB_REF:10}
2222
env:
2323
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2424
- uses: EndBug/add-and-commit@v7.0.0

0 commit comments

Comments
 (0)