๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
34
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: attempt to fix version record bumping

Ducky 9c43ca90 7d857a15

+3 -1
+3 -1
src/commands/release.sh
··· 181 181 182 182 atfile.say "โ†ณ Bumping current version..." 183 183 # shellcheck disable=SC2154 184 - atfile.invoke.manage_record put "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record" &> /dev/null 184 + latest_release="$(atfile.invoke.manage_record put "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record")" 185 + error="$(atfile.util.get_xrpc_error $? "$latest_release")" 186 + [[ -n "$error" ]] && atfile.die.xrpc_error "Unable to bump latest release" "$latest_release" 185 187 fi 186 188 }