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 e8eff4e commit 3faceacCopy full SHA for 3faceac
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
run: npm run build
70
- name: publish alpha
71
run: |
72
- version=`node .github/workflows/getVersion.js 2.0.0`
+ version=`node .github/workflows/getVersion.js 3.0.0`
73
npm --no-git-tag-version version $version
74
npm publish --tag alpha
75
env:
0 commit comments