We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044b90 commit 8151e37Copy full SHA for 8151e37
.github/workflows/publish-to-pypi.yml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-python@v2
15
+ - run: npm i --global vsce
16
- run: pip install poetry
17
- run: echo "ref is $GITHUB_REF"
18
- run: poetry version ${GITHUB_REF:10}
0 commit comments