๐Ÿ“ฆโž”๐Ÿฆ‹ 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 command

Ducky 6b8d0040 9c43ca90

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