tweaked release script
This commit is contained in:
parent
718ca10589
commit
65bdaa6d10
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ main :: IO ()
|
|||
main = do
|
||||
sources <- words <$> readFile "sources.txt"
|
||||
forM_ sources $ \ source -> do
|
||||
callCommand ("stack upload " ++ source)
|
||||
callCommand ("stack upload --no-signature " ++ source)
|
||||
|
|
Loading…
Reference in a new issue