diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49886fd..43a07f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,5 +37,5 @@ jobs: - name: Upload Packages and Release manually uses: AButler/upload-release-assets@v2.0 with: - repo_token: ${{ secrets.TOKEN }} + repo-token: ${{ secrets.TOKEN }} files: "Packages;Release" \ No newline at end of file