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

Revert "publish to cf only"

This reverts commit 672444cbb4.
This commit is contained in:
Fawaz Ahmed 2024-09-19 22:17:44 +05:30
parent 672444cbb4
commit de28dd2dd2

View File

@ -58,6 +58,12 @@ 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