Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
MIT License
1.92k
stars
92
forks
source link
fix: ci: Fix version command reported wrong version #58
Currently, Conventional Changelog Action runs after the packaging the release assets, the assets are built without the bumped version, thus distrod version reports the old wrong version instead of the bumped version. In addition, the action commits the built assets, which is unintended.
This PR fixes that problem by fixing the execution order of Conventional Changelog Action.
Currently, Conventional Changelog Action runs after the packaging the release assets, the assets are built without the bumped version, thus
distrod version
reports the old wrong version instead of the bumped version. In addition, the action commits the built assets, which is unintended.This PR fixes that problem by fixing the execution order of Conventional Changelog Action.