diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74546ed1..5e077332 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,8 @@ jobs: run: echo "release notes" > notes.txt - name: Release + env: + GH_TOKEN: ${{ github.token }} run: | gh release create ${{ github.event.inputs.packageName }}/${{ github.event.inputs.version }} --notes-file notes.txt