We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718ca10 commit 65bdaa6Copy full SHA for 65bdaa6
scripts/upload.hs
@@ -11,4 +11,4 @@ main :: IO ()
11
main = do
12
sources <- words <$> readFile "sources.txt"
13
forM_ sources $ \ source -> do
14
- callCommand ("stack upload " ++ source)
+ callCommand ("stack upload --no-signature " ++ source)
0 commit comments