Skip to content

Commit

Permalink
ci: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed Aug 28, 2024
1 parent 0277f02 commit df84f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"type-enum": [
2,
"always",
["feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "types", "style", "revert"]
["feat", "fix", "build", "ci", "docs", "perf", "refactor", "test", "types", "style", "revert", "chore"]
]
}
};
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm b:all

- name: Release current monorepo
uses: gz65555/[email protected].6
uses: gz65555/[email protected].7
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit df84f7c

Please sign in to comment.