This commit is contained in:
parent
a830438604
commit
627c2c6d76
@ -33,7 +33,8 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- 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
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Loading…
Reference in New Issue
Block a user