diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ba9e783..a1b9eb4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,3 +47,4 @@ jobs: with: command: npm run publish-final-project --workspace @project-gauntlet/build github-release-id: ${{ needs.publish-init.outputs.github-release-id }} + secrets: inherit