Skip to content

Commit 2c606b9

Browse files
committed
Add manual action for fast tag publish
1 parent f44d63f commit 2c606b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4848
run: |
49+
set -x
4950
npm version ${{ github.event.inputs.version }} --no-git-tag-version
50-
npm build
51+
npm run build
5152
npm publish
5253
git tag v${{ github.event.inputs.version }}
5354
git push

0 commit comments

Comments
 (0)