Update release.yaml
This commit is contained in:
parent
988a19bda6
commit
f127b30b40
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Create Git Tag
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
|
||||
run: |
|
||||
git tag ${{ github.event.inputs.version }}
|
||||
git push origin ${{ github.event.inputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user