mirror of
https://github.com/antonmedv/fx
synced 2024-11-01 21:40:20 +00:00
Fix release script
This commit is contained in:
parent
e3ca218491
commit
09aaaa9e3a
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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…
Reference in New Issue
Block a user