Skip to content

Commit 73834b6

Browse files
committed
fix: Update release workflow to include environment variables
1 parent 1f8c1c4 commit 73834b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
run: melos prepare
3333

3434
- name: Create Draft Release
35+
env:
36+
GH_TOKEN: ${{ github.token }}
37+
GH_REPO: ${{ github.repository }}
3538
run: |
3639
tag="${{ github.ref_name }}"
3740
body="Release $tag"

0 commit comments

Comments
 (0)