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 75c46c9 commit 92a2bc7Copy full SHA for 92a2bc7
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install npm dependencies
31
run: npm ci
32
- name: Update package version
33
- run: npm version $env:VERSION --no-git-tag-version; if ($LASTEXITCODE -ne 0) { Write-Output "Version unchanged" }
+ run: try { npm version $env:VERSION --no-git-tag-version } catch {}
34
- name: Build API
35
run: npm run build-api
36
- run: npm publish --provenance --access public
0 commit comments