Skip to content

Commit

Permalink
Add missing GitHub token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed May 2, 2021
1 parent 560a0d2 commit 98554e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
with:
name: Lingua ${{ steps.get_version.outputs.version-without-v }}
files: build/libs/*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 98554e5

Please sign in to comment.