From 5c1614d3f831eed18b877822ab6d709d9d5632d6 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 18 Jun 2021 23:06:39 +1000 Subject: [PATCH] Fixes for release script --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8602bbc8fa1..6d3a20e0fb00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: | invoiceninja.zip \ No newline at end of file