Update .github/workflows/release.yaml
All checks were successful
Eslint & Clippy / eslint_and_clippy (push) Successful in 29m20s
Build / build (ubuntu-latest) (push) Successful in 16m5s

This commit is contained in:
damien 2025-02-28 04:46:24 +00:00
parent 6f7658c94f
commit d6f25f9c84

View File

@ -18,7 +18,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
with:
tag_name: ${{ github.event.inputs.version }}
release_name: Release ${{ github.event.inputs.version }}