mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-01 18:08:46 -04:00
fix: frontend version var
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
npm i -g pnpm
|
||||
pnpm --prefix=./frontend i
|
||||
UPSNAP_VERSION=${GITHUB_REF##*/} pnpm --prefix=./frontend run build
|
||||
PUBLIC_VERSION=${GITHUB_REF##*/} pnpm --prefix=./frontend run build
|
||||
cp -r ./frontend/build/* ./backend/pb_public/
|
||||
|
||||
# setup go
|
||||
|
||||
Reference in New Issue
Block a user