We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacd228 commit 75ee56aCopy full SHA for 75ee56a
1 file changed
.github/workflows/publish-to-npm.yml
@@ -107,12 +107,12 @@ jobs:
107
108
- name: Publish(Dry Run)
109
run: |
110
- vp publish -r --tag latest --dry-run --no-git-checks
+ vp pm publish -r --tag latest --dry-run --no-git-checks
111
112
- name: Publish
113
114
npm install -g npm
115
- vp publish -r --tag latest --no-git-checks
+ vp pm publish -r --tag latest --no-git-checks
116
117
release:
118
needs: [check, publish]
0 commit comments