Skip to content

Commit fd0e5b5

Browse files
committed
fix: test outputfile false
1 parent 50e2dd0 commit fd0e5b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: TriPSs/conventional-changelog-action@v3.19.0
2121
with:
2222
github-token: ${{ secrets.github_token }}
23-
output-file: 'false'
23+
output-file: 'CHANGELOG_INT.md'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: TriPSs/conventional-changelog-action@v3.19.0
2020
with:
2121
github-token: ${{ secrets.github_token }}
22+
# input-file: 'CHANGELOG_INT.md'
2223

2324
# Create a release after creating tag
2425
# - only create a release if there is change of tags

0 commit comments

Comments
 (0)