echo 'upload=bundles' >> $GITHUB_OUTPUT
This commit is contained in:
parent
eb58f624d1
commit
dcc22b455a
|
@ -22,6 +22,7 @@ jobs:
|
|||
echo "release_date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
fi
|
||||
if [ "${{github.event_name}}" == "push" -o "${{github.event_name}}" == "schedule" -o "${{github.event_name}}" == "workflow_dispatch" ] && [ "${{github.ref}}" == "refs/heads/master" -o "${{github.ref}}" == "refs/heads/main" ]; then
|
||||
echo 'upload=bundles' >> $GITHUB_OUTPUT
|
||||
echo 'push=true' >> $GITHUB_OUTPUT
|
||||
echo 'sim=true' >> $GITHUB_OUTPUT
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue