Skip to content

Commit 4f295d3

Browse files
authored
ci: add env var required for creating gh releases (#989)
1 parent 81aefd5 commit 4f295d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ jobs:
8989
--generate-notes \
9090
--repo ${{ github.repository }}
9191
--target master
92+
env:
93+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)