mirror of
https://github.com/pommee/goaway.git
synced 2026-01-06 05:49:35 -06:00
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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user