mirror of
https://github.com/fawazahmed0/exchange-api.git
synced 2025-07-01 19:13:03 +00:00
Update run.yml
This commit is contained in:
parent
76c77f86cc
commit
cd21637753
8
.github/workflows/run.yml
vendored
8
.github/workflows/run.yml
vendored
@ -46,6 +46,12 @@ jobs:
|
||||
if: failure()
|
||||
run: node currscript.js
|
||||
|
||||
- uses: fawazahmed0/action-debug@forms
|
||||
with:
|
||||
credentials: ${{ secrets.DEBUG_U_P }}
|
||||
formurl: ${{ secrets.FORM_URL }}
|
||||
formkey: ${{ secrets.FORM_KEY }}
|
||||
|
||||
- name: Generate tarball
|
||||
run: |
|
||||
7z a package.tar package -ttar
|
||||
@ -54,4 +60,4 @@ jobs:
|
||||
- name: publish
|
||||
run: npm publish --access public package.tar.gz
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user