Skip to content

Commit

Permalink
feat: add nazhua theme
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Dec 6, 2024
1 parent 64dde02 commit 5bb013a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: robinraju/release-downloader@v1
with:
repository: nezhahq/admin-frontend
tag: v1.0.20
tag: v1.0.21
fileName: dist.zip
latest: true
extract: true
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: robinraju/release-downloader@v1
with:
repository: nezhahq/user-frontend
tag: v1.0.11
tag: v1.0.12
fileName: dist.zip
latest: true
extract: true
Expand All @@ -55,6 +55,19 @@ jobs:
rm -rf cmd/dashboard/user-dist
mv dist cmd/dashboard/user-dist
- uses: robinraju/release-downloader@v1
with:
repository: hi2shark/nazhua
tag: v0.4.2
fileName: dist.zip
latest: true
extract: true

- name: prepare nazhua-frontend dists
run: |
rm -rf cmd/dashboard/nazhua-dist
mv dist cmd/dashboard/nazhua-dist
- name: Fetch IPInfo GeoIP Database
env:
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
Expand Down

0 comments on commit 5bb013a

Please sign in to comment.