Update tag/action.yaml
This commit is contained in:
parent
78ec082853
commit
27cdd54dc2
@ -10,7 +10,14 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- uses: docker://alpine/git
|
- name: Create Tag
|
||||||
|
uses: docker://alpine/git
|
||||||
with:
|
with:
|
||||||
entrypoint: git
|
entrypoint: git
|
||||||
args: tag -f ${{inputs.tag}} ${{github.sha}} && git push -f origin ${{inputs.tag}}
|
args: tag -f ${{inputs.tag}} ${{github.sha}}
|
||||||
|
|
||||||
|
- name: Push Tag
|
||||||
|
uses: docker://alpine/git
|
||||||
|
with:
|
||||||
|
entrypoint: git
|
||||||
|
args: push -f origin ${{inputs.tag}}
|
||||||
|
Loading…
Reference in New Issue
Block a user