mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 05:32:27 -04:00
gh-action: git reset to fix goreleaser dirty state
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
||||
pnpm --prefix=./frontend i
|
||||
PUBLIC_VERSION=${GITHUB_REF##*/} pnpm --prefix=./frontend run build
|
||||
cp -r ./frontend/build/* ./backend/pb_public/
|
||||
git reset --hard
|
||||
|
||||
# setup go
|
||||
- name: Set up Go
|
||||
|
||||
6
frontend/pnpm-lock.yaml
generated
6
frontend/pnpm-lock.yaml
generated
@@ -2174,10 +2174,10 @@ packages:
|
||||
is-callable: 1.2.7
|
||||
dev: false
|
||||
|
||||
/foreground-child@3.2.1:
|
||||
/foreground-child@3.3.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
|
||||
integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
|
||||
}
|
||||
engines: { node: '>=14' }
|
||||
dependencies:
|
||||
@@ -2289,7 +2289,7 @@ packages:
|
||||
}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
foreground-child: 3.2.1
|
||||
foreground-child: 3.3.0
|
||||
jackspeak: 3.4.3
|
||||
minimatch: 9.0.5
|
||||
minipass: 7.1.2
|
||||
|
||||
Reference in New Issue
Block a user