update release script
This commit is contained in:
parent
add51351c1
commit
b941415715
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@ if [[ -d "aur" ]]; then
|
||||||
rm -rf aur
|
rm -rf aur
|
||||||
fi
|
fi
|
||||||
git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur
|
git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur
|
||||||
cargo pkgbuild
|
cp PKGBUILD aur/PKGBUILD
|
||||||
mv PKGBUILD aur/PKGBUILD
|
|
||||||
cd aur
|
cd aur
|
||||||
git commit -m "release $VERSION" PKGBUILD
|
git commit -m "release $VERSION" PKGBUILD
|
||||||
if [[ $DRY_RUN == false ]]; then
|
if [[ $DRY_RUN == false ]]; then
|
||||||
|
|
Loading…
Reference in a new issue