fix typo from copying
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUMPVERSION_TAG: "true"
|
BUMPVERSION_TAG: "true"
|
||||||
with:
|
with:
|
||||||
args: ${{ inputs.bump-type }}
|
args: ${{ inputs.bump }}
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
github-token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
if: steps.bump.outputs.bumped == 'true'
|
if: steps.bump.outputs.bumped == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user