update
Some checks failed
Testing Example / build-and-test (push) Failing after 1m53s

This commit is contained in:
SnippetsX 2024-11-23 00:20:41 +03:00
parent a830438604
commit 627c2c6d76

View File

@ -33,7 +33,8 @@ jobs:
run: npm run build run: npm run build
- name: Get developer token - name: Get developer token
run: TOKEN=$(jq -r '.token' src/authtoken.json) run: |
TOKEN=$(jq -r '.token' src/authtoken.json)
echo "TOKEN=$TOKEN" >> $GITHUB_ENV echo "TOKEN=$TOKEN" >> $GITHUB_ENV
- name: Upload artifact - name: Upload artifact