diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 998f04f..f1220b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,6 +84,7 @@ jobs: - name: UI Zip and Release env: TAG: ${{ github.event.release.tag_name }} + GH_TOKEN: ${{ github.token }} run: make ui-zip-and-release tag=$TAG cleanup: