Skip to content

Commit facbc0f

Browse files
Merge pull request #13 from VoloshchenkoAl/develop
merge develop into main
2 parents 74adce3 + 84fa108 commit facbc0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
uses: TriPSs/conventional-changelog-action@v3
1818
with:
1919
github-token: ${{ secrets.github_token }}
20+
output-file: "false"
2021

2122
- name: Create release
2223
uses: actions/create-release@v1
24+
if: ${{ steps.changelog.outputs.skipped == 'false' }}
2325
env:
2426
GITHUB_TOKEN: ${{ secrets.github_token }}
2527
with:

0 commit comments

Comments
 (0)