mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-20 12:05:55 +08:00
ci: use --repo for gh cli & set GH_TOKEN (#43)
This commit is contained in:
8
.github/workflows/release-deploy.yml
vendored
8
.github/workflows/release-deploy.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: "actions/upload-pages-artifact@v3"
|
||||
with:
|
||||
path: "dist/"
|
||||
|
||||
|
||||
- name: Upload CSS
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: "Release"
|
||||
id: "release"
|
||||
uses: "googleapis/release-please-action@v4"
|
||||
|
||||
|
||||
- name: Download CSS
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user