We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82ab0e1 + 1258e6a commit f90b4a6Copy full SHA for f90b4a6
2 files changed
.github/workflows/release.yml
@@ -18,8 +18,9 @@ jobs:
18
release:
19
runs-on: ubuntu-latest
20
if: |
21
- (github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main')
22
-
+ github.event.pull_request.merged == true &&
+ github.event.pull_request.base.ref == 'main'
23
+
24
steps:
25
- name: 🔍 Debug Info
26
run: |
release.config.cjs
@@ -29,7 +29,7 @@ module.exports = {
29
30
// No release for these
31
{ type: "style", release: false },
32
- { type: "chore", release: "patch" },
+ { type: "chore", release: false },
33
{ type: "test", release: false },
34
{ type: "ci", release: false },
35
{ type: "build", release: false },
0 commit comments