Skip to content

Commit 8549a49

Browse files
committed
chore: fix release trigger workflow
1 parent 7197fa3 commit 8549a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shipjs-trigger.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2222
git config --global user.name "github-actions[bot]"
2323
- run: npm ci
24-
- run: npm build
25-
- run: npm test
24+
- run: npm run build
25+
- run: npm run test
2626
- run: npm run release:trigger
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)