fix: update GitHub token secret reference in release creation step

This commit is contained in:
2026-04-17 19:04:41 +10:00
parent 78fce9b5b0
commit 643c8a7291

View File

@@ -286,7 +286,7 @@ jobs:
- name: Create GitHub Release
env:
GH_TOKEN: ${{ secrets.ghtoken }}
GH_TOKEN: ${{ secrets.GHTOKEN }}
run: |
VERSION="${{ steps.version.outputs.VERSION }}"
TAG_NAME="v${VERSION}"