|
@@ -43,7 +43,7 @@ jobs:
|
|
|
CARGO_AUDIT_OPTIONS: ${{ secrets.CARGO_AUDIT_OPTIONS }}
|
|
|
with:
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
- command: 'version-or-publish'
|
|
|
+ command: 'publish'
|
|
|
createRelease: true
|
|
|
- name: Create Pull Request With Versions Bumped
|
|
|
if: steps.covector.outputs.commandRan == 'version'
|