From 7fded5a5947486687b88464d8f5d2ffa0abac78f Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Thu, 9 Nov 2023 13:21:58 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69776cc..a2d808c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,6 +113,7 @@ jobs: needs: build-n-publish name: Create a Github Release env: + GH_TOKEN: ${{ github.token }} SEMVER: ${{ needs.calculate-version.outputs.semVer }} steps: - name: Create Github release