CI fix input vars

main
Dragan Filipovic 2021-04-17 00:08:19 +02:00
parent e41d593e15
commit 9483c83d88
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}"