We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa86d1 commit 4f03591Copy full SHA for 4f03591
.github/workflows/CD.yml
@@ -66,8 +66,8 @@ jobs:
66
- name: Generate package
67
id: package
68
run: |
69
- version="${GITHUB_REF##*/*/v}"
70
- echo ::set-output name=version::$version
+ $version = ${env:GITHUB_REF} -replace 'refs\/tags\/v', ''
+ echo "::set-output name=version::$version"
71
npm install
72
npm run build -- $version python${{ matrix.python }}-win64
73
env:
0 commit comments