mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-23 07:01:02 -05:00
ci: use --repo
for gh
cli & set GH_TOKEN
(#43)
This commit is contained in:
parent
4621d9b46c
commit
b037ea025c
1 changed files with 4 additions and 4 deletions
4
.github/workflows/release-deploy.yml
vendored
4
.github/workflows/release-deploy.yml
vendored
|
@ -54,8 +54,8 @@ jobs:
|
||||||
- name: Upload Release Artifacts
|
- name: Upload Release Artifacts
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz
|
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz --repo $GITHUB_REPOSITORY
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue