Skip to content

Commit

Permalink
Remove the 'v' prefix from version for release file
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Finimundi <daniel@finimundi.com>
  • Loading branch information
danielmundi committed Feb 17, 2022
1 parent 09509a4 commit 7b977a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export-image/04-finalise/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cp "$ROOTFS_DIR/etc/rpi-issue" "$INFO_FILE"
} >> "$INFO_FILE"

new_version=$(source "${SCRIPT_DIR}/update_version.sh" "${VERSION_BUMP}")
echo "VERSION=${new_version}" > "${ROOTFS_DIR}/etc/wlanpi-release"
echo "VERSION=${new_version#v}" > "${ROOTFS_DIR}/etc/wlanpi-release"
echo "::set-output name=version::${new_version}"

mkdir -p "${DEPLOY_DIR}"
Expand Down

0 comments on commit 7b977a3

Please sign in to comment.