gh-action: git reset to fix goreleaser dirty state

This commit is contained in:
Maxi Quoß
2024-08-08 02:04:29 +02:00
parent c2ec943915
commit 5c88336a7a
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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