fix: clean git state after semantic release

fix commit to make a full re-release as the previous one is at a stale point
This commit is contained in:
pommee
2025-09-29 16:08:40 +02:00
parent e1a0cf71ab
commit fe5df12c1b

View File

@@ -43,6 +43,10 @@ jobs:
if: steps.semantic.outputs.new_release_published == 'true'
run: make build
- name: Remove dirty git state (according to goreleaser)
if: steps.semantic.outputs.new_release_published == 'true'
run: rm package-lock.json package.json
- name: Run GoReleaser
if: steps.semantic.outputs.new_release_published == 'true'
env: