Skip to content

Commit

Permalink
ci: Add missing command to workflow. (tektronix#36)
Browse files Browse the repository at this point in the history
Signed-off-by: v12ganesh [email protected]
  • Loading branch information
nfelt14 authored Oct 19, 2023
1 parent c4913e1 commit 679c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: cp CHANGELOG.md python_semantic_release_templates/.previous_changelog_for_template.md
- name: Python Semantic Release
id: release
run: python -m semantic_release --verbose --strict --${{ inputs.release_level }}
run: python -m semantic_release --verbose --strict version --${{ inputs.release_level }}
--commit --push --changelog --vcs-release
env:
GH_TOKEN: ${{ secrets.TEK_OPENSOURCE_TOKEN }}
Expand Down

0 comments on commit 679c0ef

Please sign in to comment.