diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69d35ba5..0be4c8da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout Repository @@ -32,6 +34,9 @@ jobs: run: melos prepare - name: Create Draft Release + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} run: | tag="${{ github.ref_name }}" body="Release $tag"