0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-06-29 18:21:14 +00:00

publish to cf only

This commit is contained in:
Fawaz Ahmed 2024-09-19 22:14:25 +05:30 committed by GitHub
parent 570082baf4
commit 672444cbb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,12 +58,6 @@ jobs:
7z a package.tar package -ttar
7z a package.tar.gz package.tar -tgzip -mx=9 -aoa -mfb=258 -mmt=on
- name: publish
run: |
npm publish --access public package.tar.gz
npm dist-tag add @fawazahmed0/currency-api@${{ env.date_today_semver }} ${{ env.date_today }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Deploy to cloudflare
uses: cloudflare/wrangler-action@v3