Update .gitea/workflows/build.yml
This commit is contained in:
parent
a26a150852
commit
facfd511b1
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
if [ "$(printf '%s\n' "$GITEA_VERSION" "$GITHUB_VERSION" | sort -V | head -n1)" = "$GITHUB_VERSION" ]; then
|
if [ "$(printf '%s\n' "$GITEA_VERSION" "$GITHUB_VERSION" | sort -V | head -n1)" = "$GITHUB_VERSION" ]; then
|
||||||
echo "❌❌GitHub release is older or the same. Stopping workflow.❌❌"
|
echo "❌❌GitHub release is older or the same. Stopping workflow.❌❌"
|
||||||
exit 1
|
#exit 1
|
||||||
else
|
else
|
||||||
echo "✅✅GitHub release is newer. Continuing workflow.✅✅"
|
echo "✅✅GitHub release is newer. Continuing workflow.✅✅"
|
||||||
PB_TOKEN="${{ secrets.PB_TOKEN }}"
|
PB_TOKEN="${{ secrets.PB_TOKEN }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user