mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Fix npm publish (#10545)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -969,4 +969,6 @@ jobs:
|
||||
run: |
|
||||
REF="${{ github.event.inputs.ref || github.ref }}"
|
||||
VERSION="${REF#refs/tags/v}"
|
||||
node common/scripts/bump.js "$VERSION" --publish
|
||||
VERSION="${VERSION#v}"
|
||||
node common/scripts/bump.js "$VERSION"
|
||||
node common/scripts/safe-publish.js
|
||||
|
||||
Reference in New Issue
Block a user