Skip to content

Commit

Permalink
gh-action: git reset to fix goreleaser dirty state
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Aug 8, 2024
1 parent c2ec943 commit 5c88336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c88336

Please sign in to comment.