Skip to content

Commit

Permalink
fix(ci): semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Jan 6, 2024
1 parent 9c2cb7f commit 11154eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- name: Publish
run: pnpm --package=semantic-release-replace-plugin dlx semantic-release --branches master
run: pnpm --package=semantic-release-replace-plugin --package=semantic-release dlx semantic-release --branches master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 11154eb

Please sign in to comment.