Skip to content

Commit

Permalink
patch: action
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 8, 2023
1 parent 35cd798 commit 38cb40f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
${{ runner.os }}-yarn-
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org

# 打包
- run: npm run build

# 根据commit关键词触发publish的版本 https://github.com/phips28/gh-action-bump-version#workflow
# If the string "BREAKING CHANGE", "major" or the Attention pattern refactor!: drop support for Node 6 is found anywhere in any of the commit messages or descriptions the major version will be incremented.
Expand Down

0 comments on commit 38cb40f

Please sign in to comment.