Skip to content

Commit

Permalink
Fix script for tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus committed Apr 24, 2020
1 parent 33da0f6 commit 3d48307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ main() {
git tag -a -m "Release $tag" "$tag" "${force[@]}"

if [[ -z "$skip_push" ]]; then
git push "$remote" "refs/tags/$tag"
git push "$remote" "refs/tags/$tag" "${force[@]}"
fi

popd > /dev/null
Expand Down

0 comments on commit 3d48307

Please sign in to comment.