From 16d135277bcd1566c72469df75160169ebbfbf0c Mon Sep 17 00:00:00 2001 From: Swanny Date: Mon, 4 Nov 2024 13:05:24 -0500 Subject: [PATCH] fix: this time, but with gusto --- .github/workflows/autorelease.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index bd9f396..5a9d39e 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -22,6 +22,8 @@ jobs: fetch-tags: "true" fetch-depth: "0" - name: Verify new release needed + env: + GH_TOKEN: ${{ github.token }} run: | echo "Checking if a new release is needed" # get current version from cargo