diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 17e6bb1ad..5e8d3ba2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,8 @@ jobs: tag: ${{ inputs.tag }} dry-run: ${{ inputs.dry-run }} ref: ${{ github.ref }} + use-bot-token: true + secrets: inherit build-dotnet: needs: [update-packagejson]