From 6fc84954a7982cda85ce2f3acefe12972668419f Mon Sep 17 00:00:00 2001 From: cutecatsandvirtualmachines <145232977+cutecatsandvirtualmachines@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:46:32 +0200 Subject: [PATCH] v1.0.0 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0bb3726..df783ec 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -122,5 +122,5 @@ jobs: if: env.matches == 'true' with: files: '${{env.SOLUTION_FILE_PATH}}/x64/${{env.BUILD_CONFIGURATION}}/*' - token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ github.event.head_commit.message }}