Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 committed Mar 6, 2024
1 parent 441034c commit 32d79b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: |
pages deploy --project-name=currency-api --branch="`date -I`" package
pages deploy --project-name=currency-api package
pages deploy --project-name=currency-api --branch=latest package
pages deploy --project-name=currency-api --branch=`date -I` package
# - name: unpublish older version
Expand Down

0 comments on commit 32d79b2

Please sign in to comment.