Skip to content

Commit 84254e0

Browse files
committed
Fixed packaging of dev releases
1 parent 88da939 commit 84254e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
;;
8282
dev)
8383
bump-my-version bump --allow-dirty --verbose --no-commit --no-tag "$RELEASE_KIND"
84+
echo "PACKAGE=true" >> $GITHUB_ENV
8485
;;
8586
esac
8687

0 commit comments

Comments
 (0)