Skip to content

Commit

Permalink
chore(release): bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Jul 25, 2024
1 parent a194767 commit 7a7a321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。

name: release please

on:
Expand All @@ -11,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-nvm
- run: npm ci
- run: npm run build
Expand Down Expand Up @@ -47,7 +45,7 @@ jobs:
needs: release
if: needs.release.outputs.release_created
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: jacobsvante/tag-major-minor-action@v0
with:
major: ${{ needs.release.outputs.major }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-node-package-action",
"version": "1.14.0",
"version": "2.0.0",
"description": "Publish a NodeJS package to NPM or GitHub Packages",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 7a7a321

Please sign in to comment.