fix release script
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
set -xeuo pipefail
 | 
					set -x
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TOKEN=$(< token.txt)
 | 
					TOKEN=$(< token.txt)
 | 
				
			||||||
git commit -a
 | 
					git commit -a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user