diff --git a/mega-sdist.cabal b/mega-sdist.cabal
--- a/mega-sdist.cabal
+++ b/mega-sdist.cabal
@@ -1,5 +1,5 @@
 Name:                mega-sdist
-Version:             0.2.0.9
+Version:             0.2.10
 Synopsis:            Handles uploading to Hackage from mega repos
 Description:         See README.md
 Homepage:            https://github.com/snoyberg/mega-sdist
diff --git a/mega-sdist.hs b/mega-sdist.hs
--- a/mega-sdist.hs
+++ b/mega-sdist.hs
@@ -105,7 +105,7 @@
                         x <- T.stripSuffix "-" x'
                         return $ T.concat [x, "/", y]
                 forM_ tags $ \tag -> putStrLn $ "git tag " ++ T.unpack tag
-                shelly $ forM_ tags $ \tag -> run_ "git" ["tag", TL.fromStrict tag]
+                shelly $ forM_ tags $ \tag -> run_ "git" ["tag", tag]
         Just s -> do
             putStrLn "\nThe following packages require a version bump:"
             mapM_ say $ Set.toList s
