From 7e1668ab4cd8d4e67e0a0ae6cf10aee91e07f22f Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Tue, 27 Jun 2023 20:49:45 +0200 Subject: [PATCH] i. hate. actions. --- .github/workflows/publish-to-curseforge.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-curseforge.yaml b/.github/workflows/publish-to-curseforge.yaml index e784ede..619f062 100644 --- a/.github/workflows/publish-to-curseforge.yaml +++ b/.github/workflows/publish-to-curseforge.yaml @@ -16,6 +16,8 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV - name: Download release artifacts + env: + GH_TOKEN: ${{ github.token }} run: gh release download ${{ github.ref_name }} - name: Publish to Curseforge