Skip to content

Commit

Permalink
Change: Use better subcommand for creating a release via pontos
Browse files Browse the repository at this point in the history
The command should be `pontos-relase create` which is more readable.
  • Loading branch information
bjoernricks committed Feb 5, 2024
1 parent a9f008d commit 4eb4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ runs:
id: release
run: |
source ${{ steps.virtualenv.outputs.activate }}
pontos-release release ${{ env.ARGS }} --versioning-scheme ${{ inputs.versioning-scheme }} --git-tag-prefix ${{ inputs.git-tag-prefix }}
pontos-release create ${{ env.ARGS }} --versioning-scheme ${{ inputs.versioning-scheme }} --git-tag-prefix ${{ inputs.git-tag-prefix }}
shell: bash
env:
GITHUB_USER: ${{ inputs.github-user }}
Expand Down

0 comments on commit 4eb4159

Please sign in to comment.