0
0
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:
Fawaz Ahmed 2024-02-29 22:07:10 +05:30 committed by GitHub
parent 76c77f86cc
commit cd21637753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}