Fix release script

sleep-stdin-bug
Anton Medvedev 2 years ago
parent e3ca218491
commit 09aaaa9e3a

@ -25,6 +25,7 @@ jobs:
set -x
sed -i "s/version = .*/version = \"${RELEASE_VERSION}\"/" version.go
sed -i "s/version: .*/version: ${RELEASE_VERSION}/" snap/snapcraft.yaml
git add version.go snap/snapcraft.yaml
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
git commit -m "Release RELEASE_VERSION"

Loading…
Cancel
Save