Skip to content

Commit 65bdaa6

Browse files
committed
tweaked release script
1 parent 718ca10 commit 65bdaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ main :: IO ()
1111
main = do
1212
sources <- words <$> readFile "sources.txt"
1313
forM_ sources $ \ source -> do
14-
callCommand ("stack upload " ++ source)
14+
callCommand ("stack upload --no-signature " ++ source)

0 commit comments

Comments
 (0)