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

Configure Feed

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

build: fix incorrect syntax for version bumping

Ducky 32bb0786 6b8d0040

+1 -3
+1 -3
src/commands/release.sh
··· 181 181 182 182 atfile.say "โ†ณ Bumping current version..." 183 183 # shellcheck disable=SC2154 184 - latest_release="$(atfile.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" 184 + atfile.record put "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record" 187 185 fi 188 186 }