Skip to content

Commit f90b4a6

Browse files
Merge pull request #6 from MostafaRastegar/develop
docs(README): update installation guide
2 parents 82ab0e1 + 1258e6a commit f90b4a6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
release:
1919
runs-on: ubuntu-latest
2020
if: |
21-
(github.event_name == 'pull_request' && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main')
22-
21+
github.event.pull_request.merged == true &&
22+
github.event.pull_request.base.ref == 'main'
23+
2324
steps:
2425
- name: 🔍 Debug Info
2526
run: |

release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929

3030
// No release for these
3131
{ type: "style", release: false },
32-
{ type: "chore", release: "patch" },
32+
{ type: "chore", release: false },
3333
{ type: "test", release: false },
3434
{ type: "ci", release: false },
3535
{ type: "build", release: false },

0 commit comments

Comments
 (0)