fix aur publish trigger event (#680)
This commit is contained in:
@@ -189,7 +189,7 @@ jobs:
|
|||||||
elif [[ ${{ github.ref == 'refs/heads/nightly' }} ]]; then
|
elif [[ ${{ github.ref == 'refs/heads/nightly' }} ]]; then
|
||||||
sub_version=".r${commit}"
|
sub_version=".r${commit}"
|
||||||
|
|
||||||
echo "aur_publish=true" >> $GITHUB_ENV
|
echo "aur_publish=false" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "This is a PR event"
|
echo "This is a PR event"
|
||||||
|
|||||||
Reference in New Issue
Block a user