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
|
||||
fi
|
||||
git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur
|
||||
cargo pkgbuild
|
||||
mv PKGBUILD aur/PKGBUILD
|
||||
cp PKGBUILD aur/PKGBUILD
|
||||
cd aur
|
||||
git commit -m "release $VERSION" PKGBUILD
|
||||
if [[ $DRY_RUN == false ]]; then
|
||||
|
|
Loading…
Reference in a new issue