Skip to content

Commit f5c11e8

Browse files
committed
Fix using the GitHub token for creating a release
1 parent f717455 commit f5c11e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
- name: Create Release
8787
uses: actions/create-release@v1
8888
id: create_release
89+
env:
90+
GITHUB_TOKEN: ${{ github.token }}
8991
with:
9092
release_name: ${{ steps.version.outputs.version }}
9193
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)