Skip to content

Commit

Permalink
fix: 使用 cloudcome/publish-node-package-action@v1 进行版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Mar 19, 2023
1 parent 05bb81a commit 296ae78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 73 deletions.
69 changes: 0 additions & 69 deletions .github/actions/npm-publish/action.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- uses: ./.github/actions/node-env
- run: npm ci
- run: npm run build
- uses: ./.github/actions/npm-publish
- uses: cloudcome/publish-node-package-action@v1
with:
type: npm
target: npm
token: ${{ secrets.NPM_TOKEN }}

publish-github:
Expand All @@ -61,6 +61,6 @@ jobs:
- uses: ./.github/actions/node-env
- run: npm ci
- run: npm run build
- uses: ./.github/actions/npm-publish
- uses: cloudcome/publish-node-package-action@v1
with:
type: github
target: github

0 comments on commit 296ae78

Please sign in to comment.