Skip to content

Commit

Permalink
fix: Set GITHUB_TOKEN in env for create-release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Sep 7, 2021
1 parent 4361d3d commit 801d5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}

0 comments on commit 801d5c2

Please sign in to comment.