Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 40aa025

Browse files
committed
chore: Fix onRelease.yml workflow
1 parent 672ee17 commit 40aa025

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: latest
15-
- run: <%- install %>
16-
- run: <%- run %> build
17-
- run: <%- run %> prepack
15+
- run: npm install
1816
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
1917
with:
20-
token: ${{ secrets.NPM_TOKEN }}
21-
- run: <%- run %> postpack
18+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)