Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 4cb7be7

Browse files
authored
chore: fix deploy workflow
1 parent b3848b9 commit 4cb7be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Docs
1+
name: Deploy
22
on:
33
release:
44
types:
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
4040

4141
- name: Publish to NPM & Docker
42-
run: pnpm run publish
42+
run: pnpm run release
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4545

0 commit comments

Comments
 (0)