mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
CI - split git commands
This commit is contained in:
parent
880f3b6b88
commit
8b977327bb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/version-bump-publish.yml
vendored
5
.github/workflows/version-bump-publish.yml
vendored
|
@ -24,6 +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 push
|
|
||||||
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
|
||||||
|
run: git push
|
||||||
|
|
Loading…
Add table
Reference in a new issue