Skip to content

Commit 98554e5

Browse files
committed
Add missing GitHub token to release workflow
1 parent 560a0d2 commit 98554e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
with:
3232
name: Lingua ${{ steps.get_version.outputs.version-without-v }}
3333
files: build/libs/*.jar
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)