Skip to content

Commit

Permalink
Release script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csoren committed Jan 20, 2021
1 parent ee72395 commit fc568c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ git tag $1
cd build
echo -n $1 >version
./build_source.sh
gh release create "$1" "asmotor-$1-src.*" -d -n "Version $1" -p -t "Version $1"
gh release create "$1" asmotor-$1-src.* -d -n "Version $1" -p -t "Version $1"
echo -n $1.next >version

0 comments on commit fc568c7

Please sign in to comment.