Update release.yaml

This commit is contained in:
Damien 2025-02-22 03:52:14 -05:00 committed by GitHub
parent f127b30b40
commit 8d08fa97d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,6 @@ jobs:
- name: Checkout repository code
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 }}
- name: Create Release
id: create_release
uses: actions/create-release@v1