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 161a338 commit 6fec0ddCopy full SHA for 6fec0dd
1 file changed
publish.lua
@@ -227,6 +227,7 @@ p:wait()
227
local p = subprocess.shell {
228
'git', 'push',
229
}
230
+p:wait()
231
232
233
'git', 'push', '--tags',
0 commit comments