Update release.yml

This commit is contained in:
Captain Jack Sparrow 2024-05-02 14:40:50 -04:00 committed by GitHub
parent ee825df97c
commit 3887c1a750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ steps.package-version.outputs.current-version }}
release_name: Backend v${{ steps.package-version.outputs.current-version }}