From 7cd875db91b0cb3c5c95e86fcc14bd04e4c41dca Mon Sep 17 00:00:00 2001 From: aiyu-ayaan Date: Fri, 5 Jan 2024 22:12:35 +0530 Subject: [PATCH] # Pre-release-v6.0.0.3 done --- .github/workflows/Pre-Release Build and Release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Pre-Release Build and Release.yml b/.github/workflows/Pre-Release Build and Release.yml index 47aeab42..df076142 100644 --- a/.github/workflows/Pre-Release Build and Release.yml +++ b/.github/workflows/Pre-Release Build and Release.yml @@ -194,6 +194,8 @@ jobs: latest: true pattern: 'v.+' prerelease: false + env: + GITHUB_TOKEN: ${{ secrets.ACCOUNT_TOKEN }} - run: | cd generated v=$(echo ${{ github.ref }} | cut -c 23-)