CI fix input vars
This commit is contained in:
parent
e41d593e15
commit
9483c83d88
4
.github/workflows/version-bump-publish.yml
vendored
4
.github/workflows/version-bump-publish.yml
vendored
@ -22,6 +22,6 @@ jobs:
|
|||||||
- name: bump and pub
|
- name: bump and pub
|
||||||
if: ${{ github.event.inputs.tag != '' }}
|
if: ${{ github.event.inputs.tag != '' }}
|
||||||
run: |
|
run: |
|
||||||
npm version ${{ github.event.inputs.level }}
|
npm version ${{ github.event.inputs.tag }}
|
||||||
git push
|
git push
|
||||||
git tag -a v${{ github.event.inputs.level }} -m "v${{ github.event.inputs.level }}"
|
git tag -a v${{ github.event.inputs.tag }} -m "v${{ github.event.inputs.tag }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user