Skip to content

Commit f8da124

Browse files
committed
ci🔧: simplify NPM cleanup and publish commands in release workflow
1 parent 7dec539 commit f8da124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
draft: true
5151

5252
- name: Clean for NPM
53-
run: && rm -rf *.tgz
53+
run: rm -rf *.tgz
5454

5555
- name: Publish to NPM
56-
run: && pnpm publish --access public --no-git-checks
56+
run: pnpm publish --access public --no-git-checks
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)