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