ci: use `--repo` for `gh` cli & set `GH_TOKEN` (#43)
This commit is contained in:
parent
4621d9b46c
commit
b037ea025c
|
@ -54,8 +54,8 @@ jobs:
|
|||
- name: Upload Release Artifacts
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz --repo $GITHUB_REPOSITORY
|
||||
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue