mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-19 08:08:05 +08:00
CI fix input vars
This commit is contained in:
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
|
||||
if: ${{ github.event.inputs.tag != '' }}
|
||||
run: |
|
||||
npm version ${{ github.event.inputs.level }}
|
||||
npm version ${{ github.event.inputs.tag }}
|
||||
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 }}"
|
||||
|
Reference in New Issue
Block a user