Skip to content

Commit

Permalink
feat: github token
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Jul 6, 2024
1 parent 7cb0ab4 commit bce7828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,17 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/${{ matrix.build.TARGET }}/release/sherif
Expand Down

0 comments on commit bce7828

Please sign in to comment.