mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
fix: publisher name for aur
This commit is contained in:
parent
b841854e09
commit
ba7070ecc9
2
.github/aur/pingme-bin/publish.sh
vendored
2
.github/aur/pingme-bin/publish.sh
vendored
@ -54,7 +54,7 @@ envsubst '$PKGVER $PKGREL $_PKGNAME $SHA256SUM_X86 $SHA256SUM_i686 $SHA256SUM_AA
|
|||||||
envsubst '$PKGVER $PKGREL $SHA256SUM_X86 $SHA256SUM_i686 $SHA256SUM_AARCH64' < PKGBUILD.template > $GITDIR/PKGBUILD
|
envsubst '$PKGVER $PKGREL $SHA256SUM_X86 $SHA256SUM_i686 $SHA256SUM_AARCH64' < PKGBUILD.template > $GITDIR/PKGBUILD
|
||||||
|
|
||||||
cd $GITDIR
|
cd $GITDIR
|
||||||
git config user.name "GoReleaser"
|
git config user.name "kha7iq"
|
||||||
git config user.email "a.khaliq@outlook.my"
|
git config user.email "a.khaliq@outlook.my"
|
||||||
git add -A
|
git add -A
|
||||||
if [ -z "$(git status --porcelain)" ]; then
|
if [ -z "$(git status --porcelain)" ]; then
|
||||||
|
2
.github/aur/pingme/publish.sh
vendored
2
.github/aur/pingme/publish.sh
vendored
@ -47,7 +47,7 @@ envsubst '$PKGVER $PKGREL $SHA256SUM' < .SRCINFO.template > $GITDIR/.SRCINFO
|
|||||||
envsubst '$PKGVER $PKGREL $SHA256SUM' < PKGBUILD.template > $GITDIR/PKGBUILD
|
envsubst '$PKGVER $PKGREL $SHA256SUM' < PKGBUILD.template > $GITDIR/PKGBUILD
|
||||||
|
|
||||||
cd $GITDIR
|
cd $GITDIR
|
||||||
git config user.name "GoReleaser"
|
git config user.name "kha7iq"
|
||||||
git config user.email "a.khaliq@outlook.my"
|
git config user.email "a.khaliq@outlook.my"
|
||||||
git add -A
|
git add -A
|
||||||
if [ -z "$(git status --porcelain)" ]; then
|
if [ -z "$(git status --porcelain)" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user