Skip to content

Commit 92a2bc7

Browse files
committed
ci fixes
1 parent 75c46c9 commit 92a2bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install npm dependencies
3131
run: npm ci
3232
- name: Update package version
33-
run: npm version $env:VERSION --no-git-tag-version; if ($LASTEXITCODE -ne 0) { Write-Output "Version unchanged" }
33+
run: try { npm version $env:VERSION --no-git-tag-version } catch {}
3434
- name: Build API
3535
run: npm run build-api
3636
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)