fix aur publish trigger event (#680)
This commit is contained in:
parent
0439d7a83a
commit
952e142ffa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue