Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 6, 2024
1 parent b78b7dd commit 3ee7cf3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
PTAG=$(git --no-pager tag --list | sort --version-sort | tail -n2 | head -n1)
- name: Gen changelog
run: bundle exec github_changelog_generator \
--user ${{ github.repository_owner }} \
--project "gha-test-repo" \
--since-tag ${PTAG} \
--output build/changelog.md
run: bundle exec github_changelog_generator --user ${{ github.repository_owner }} --project "gha-test-repo" --since-tag ${PTAG} --output build/changelog.md
- name: Show changelog
run: cat build/changelog.md

Expand Down

0 comments on commit 3ee7cf3

Please sign in to comment.