From 09845c6f5d946988ff42cde9ec1840bfc7429fa9 Mon Sep 17 00:00:00 2001 From: Ephenodrom Date: Thu, 1 Feb 2024 10:53:00 +0100 Subject: [PATCH] Prepare release --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed4b57c..3c8c80b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,6 +33,8 @@ jobs: dist/my-binary.zip \ -t "Release $RELEASE_VERSION" \ -n "Release $RELEASE_VERSION" + env: + GH_TOKEN: ${{ github.token }} - name: Create Git Tag run: |