Skip to content

Commit 8a7700e

Browse files
committed
chore: fixing release.yml to generate releases
1 parent 1b5b3e2 commit 8a7700e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release
22
on:
33
push:
4-
tags:
5-
- "*"
4+
branches:
5+
- main
6+
- master
67

78
jobs:
89
changelog:
@@ -17,7 +18,7 @@ jobs:
1718
id: changelog
1819
uses: TriPSs/conventional-changelog-action@v3
1920
with:
20-
skip-commit: "true"
21+
skip-commit: 'true'
2122

2223
- name: Create Release
2324
uses: actions/create-release@v1

0 commit comments

Comments
 (0)