Skip to content

Commit 8978519

Browse files
-n stops changie from building, build changie first
1 parent 107338d commit 8978519

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
then
6464
echo "Skip Changie..."
6565
else
66+
(cd src && go tool changie --version)
6667
CHANGIE=$(cd src && go tool -n changie)
6768
$CHANGIE batch ${{ steps.version.outputs.RELEASE_VERSION }}
6869
$CHANGIE merge

0 commit comments

Comments
 (0)