Update release.yaml

This commit is contained in:
Damien 2025-02-22 03:50:49 -05:00 committed by GitHub
parent 988a19bda6
commit f127b30b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}