updateds scripts

This commit is contained in:
2026-03-03 13:00:54 -05:00
parent b3e2cb8fa9
commit 379839036a

View File

@@ -12,7 +12,10 @@ jobs:
uses: actions/checkout@v4
- name: Install Railway CLI
run: npm i -g @railway/cli && railway --version
run: |
npm i -g @railway/cli
hash -r
railway --version
- name: Check Token Presence
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi