Fix workflow
This commit is contained in:
parent
e7b7badefd
commit
9db4eee700
1 changed files with 4 additions and 2 deletions
4
.github/workflows/prepare-release.yml
vendored
4
.github/workflows/prepare-release.yml
vendored
|
@ -34,7 +34,9 @@ jobs:
|
|||
with:
|
||||
title: Release to npm
|
||||
commit: Release to npm
|
||||
publish: "pnpm publish:ci"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Publish
|
||||
if: steps.changesets.outputs.hasChangesets == 'false'
|
||||
run: "pnpm publish:ci"
|
Loading…
Reference in a new issue