diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fad9f5e8..2dd886aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,8 +119,8 @@ jobs: - name: Create Release Draft and Upload Artifacts uses: softprops/action-gh-release@v1 with: - name: NapCat V0.0.0 - token: ${{ env.VERSION }} + name: NapCat V${{ env.VERSION }} + token: ${{ secrets.NAPCAT_BUILD }} files: | NapCat.win32.x64.zip NapCat.linux.x64.zip