Skip to content

Commit

Permalink
ci: Update release workflow to pass in the full path to the template …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
nfelt14 committed Aug 27, 2024
1 parent 1a92639 commit defbb05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }}
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }}
release-level: ${{ inputs.release-level }}
previous-changelog-filepath: python_semantic_release_templates/.previous_changelog_for_template.md
previous-release-notes-filepath: python_semantic_release_templates/.previous_release_notes_for_template.md
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit defbb05

Please sign in to comment.