Skip to content

Commit

Permalink
update parameters to generate tag without changelog (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos authored and DerekRoberts committed May 13, 2024
1 parent cd91bda commit adcfc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
if: ${{ steps.changelog.outputs.skipped == 'true' || steps.changelog.outcome != 'success' }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file: 'false'
skip-version-file: 'true'
skip-commit: 'true'
Expand Down

0 comments on commit adcfc4c

Please sign in to comment.