Skip to content

Commit e07f29c

Browse files
committed
ci(workflow): update workflow
1 parent 381b731 commit e07f29c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v3
15-
- run: npm install -g npm@latest
16-
- uses: tobua/release-npm-action@v2
15+
- uses: tobua/release-npm-action@v3
1716
with:
18-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
17+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)