Skip to content

Commit

Permalink
change releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoragrega committed Oct 19, 2021
1 parent 67f739f commit d4b4ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GITHUB }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Upload Release Assets
uses: glentiki/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GITHUB }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
assets_path: ./build

0 comments on commit d4b4ba0

Please sign in to comment.