fix aur publish trigger event (#680)

This commit is contained in:
ReenigneArcher 2023-01-02 17:24:39 -05:00 committed by GitHub
parent 0439d7a83a
commit 952e142ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ jobs:
elif [[ ${{ github.ref == 'refs/heads/nightly' }} ]]; then
sub_version=".r${commit}"
echo "aur_publish=true" >> $GITHUB_ENV
echo "aur_publish=false" >> $GITHUB_ENV
fi
else
echo "This is a PR event"