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

Configure Feed

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

build: attempt to fix version record bumping

Ducky b33e10bd 4dce2021

+1 -1
+1 -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://$_username/self.atfile.latest/self" "$latest_release_record" &> /dev/null 184 + atfile.invoke.manage_record put "at://$_devel_dist_username/self.atfile.latest/self" "$latest_release_record" &> /dev/null 185 185 fi 186 186 }