Skip to content

Commit

Permalink
update changie exec path in release workflow (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored Feb 26, 2024
1 parent eb52355 commit 92fd960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
echo "Skip Changie..."
else
go install github.com/miniscruff/changie@latest
changie batch ${{ steps.version.outputs.RELEASE_VERSION }}
changie merge
$(go env GOPATH)/bin/changie batch ${{ steps.version.outputs.RELEASE_VERSION }}
$(go env GOPATH)/bin/changie merge
git add .
git commit -m "Cut Release '${{ steps.version.outputs.RELEASE_VERSION }}'"
git push origin HEAD
Expand Down

0 comments on commit 92fd960

Please sign in to comment.