Skip to content

Commit

Permalink
ci: setup release env
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 8, 2024
1 parent dc5ef7b commit 75c09a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:

- name: Build project
env:
# ASSETPREFIX: ${{ secrets.ASSETPREFIX }}
ASSETPREFIX: ${{ secrets.ASSETPREFIX }}
NEXT_PUBLIC_APIURL: https://innei.ren/api/v2
NEXT_PUBLIC_GATEWAY_URL: https://api.innei.ren
SENTRY: true
NEXT_PUBLIC_SENTRY_DSN: ${{ secrets.NEXT_PUBLIC_SENTRY_DSN }}

run: |
sh standalone-build.sh
Expand Down

0 comments on commit 75c09a9

Please sign in to comment.