Skip to content

Commit 9e80d6d

Browse files
committed
build: fix npm release
1 parent fbfc6db commit 9e80d6d

2 files changed

Lines changed: 161 additions & 166 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo "::set-output name=release_version::$RELEASE_VERSION"
107107
- run: |
108108
npm ci
109-
export NPM_TAG=$RELEASE_VERSION
109+
export NPM_TAG=$(node index.js get-tag)
110110
npm publish --tag $NPM_TAG
111111
working-directory: ./dist/npm
112112
env:

0 commit comments

Comments
 (0)