Skip to content

Commit

Permalink
fix add token
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEnder0 committed Jan 21, 2024
1 parent 4cff2dd commit 4c57199
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 @@ -27,6 +27,8 @@ jobs:
uses: octokit/request-action@v2.x
with:
route: GET /repos/${{ github.repository }}/releases/latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build binaries
if: ${{ steps.extract_version.outputs.version != steps.get_latest_release.outputs.data.tag_name }}
Expand Down

0 comments on commit 4c57199

Please sign in to comment.