mirror of
https://gitea.catppuccin.com/catppuccin/gitea
synced 2024-12-12 10:18:05 +00:00
ci: use --repo
for gh
cli & set GH_TOKEN
(#43)
This commit is contained in:
parent
4621d9b46c
commit
b037ea025c
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 New Issue
Block a user