Skip to content

Commit

Permalink
commit failing on tag is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Apr 11, 2022
1 parent 04f958c commit fc9fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ fi

sed -i '' -e "s|^var version .*$|var version = \"$v\"|" $basedir/main.go
git add $basedir/main.go
git commit -S -m "Release v$v"
git commit -S -m "Release v$v" || true
git tag -s v$v -m "Tag v${v}"

0 comments on commit fc9fc21

Please sign in to comment.