Skip to content

Commit

Permalink
Fix: Build Action
Browse files Browse the repository at this point in the history
Grant GitHub Token for Release
  • Loading branch information
LawrenceStanton committed Aug 17, 2024
1 parent 50baab5 commit 125d613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Release Draft
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Autobuild
tag_name: ${{ steps.tag.outputs.release_tag }}
Expand Down

0 comments on commit 125d613

Please sign in to comment.