Skip to content

Commit

Permalink
Merge pull request #43 from JacekZubielik/dev-release-2
Browse files Browse the repository at this point in the history
fix(tag): test2
  • Loading branch information
JacekZubielik authored May 16, 2024
2 parents bcf58b9 + 60972f1 commit 7a2eecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
github-token: ${{ secrets.CHANGELOG_TOKEN }}
git-message: 'chore(release): {version}'
tag-prefix: 'v'
# skip-git-pull: "true"
skip-git-pull: "true"
skip-on-empty: "true"
output-file: "CHANGELOG.md"
version-file: ./package.json
Expand All @@ -59,6 +59,7 @@ jobs:
if: ${{ steps.changelog.outputs.skipped == 'false' }}
with:
token: ${{ secrets.CHANGELOG_TOKEN }}
# tag_name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.changelog }}
files: |
Expand Down

0 comments on commit 7a2eecf

Please sign in to comment.