We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471008c commit f2e60dfCopy full SHA for f2e60df
release.sh
@@ -92,7 +92,7 @@ function create_github_release() {
92
echo ""
93
else
94
mv "$WINDOWS_EXE" "vagrant-spk-setup-$TAG_NAME.exe"
95
- gh release create "$TAG_NAME" "vagrant-spk-setup-$TAG_NAME.exe" -d -R sandstorm-io/vagrant-spk -n "$(python -c 's = open("CHANGELOG.md").read(); print s[:s.index("\n### ")-1]')"
+ gh release create "$TAG_NAME" "vagrant-spk-setup-$TAG_NAME.exe" -d -R sandstorm-io/vagrant-spk -n "$(python3 -c 's = open("CHANGELOG.md").read(); print (s[:s.index("\n### ")-1])')"
96
fi
97
}
98
0 commit comments