mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-14 15:18:03 +00:00
CI - typo fix
This commit is contained in:
parent
8b977327bb
commit
130901534a
2
.github/workflows/version-bump-publish.yml
vendored
2
.github/workflows/version-bump-publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Setup version and git tag
|
- name: Setup version and git tag
|
||||||
if: ${{ github.event.inputs.tag != '' }}
|
if: ${{ github.event.inputs.tag != '' }}
|
||||||
run: |
|
run: |
|
||||||
npm version ${{ github.event.inputs.tag }
|
npm version ${{ github.event.inputs.tag }}
|
||||||
git tag -a v${{ github.event.inputs.tag }} -m "v${{ github.event.inputs.tag }}"
|
git tag -a v${{ github.event.inputs.tag }} -m "v${{ github.event.inputs.tag }}"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: git push
|
run: git push
|
||||||
|
Loading…
Reference in New Issue
Block a user