Skip to content

Commit 75ee56a

Browse files
committed
chore(publish-to-npm): use correct vp pm publish
1 parent bacd228 commit 75ee56a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
108108
- name: Publish(Dry Run)
109109
run: |
110-
vp publish -r --tag latest --dry-run --no-git-checks
110+
vp pm publish -r --tag latest --dry-run --no-git-checks
111111
112112
- name: Publish
113113
run: |
114114
npm install -g npm
115-
vp publish -r --tag latest --no-git-checks
115+
vp pm publish -r --tag latest --no-git-checks
116116
117117
release:
118118
needs: [check, publish]

0 commit comments

Comments
 (0)