Skip to content

Commit 83fdf73

Browse files
Merge pull request #529 from persistenceOne/decimal_fix
fix: fix dependency issue
2 parents c7d345a + 880d20a commit 83fdf73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
REACT_APP_SENTRY_API: "https://a31c61f5ce774e0791ffdc3b830b406c@o1083089.ingest.sentry.io/6092403"
6161
REACT_APP_IPFS: false
6262
- name: Publish
63-
uses: cloudflare/wrangler-action@1.3.0
63+
uses: cloudflare/wrangler-action@v3
6464
with:
6565
apiToken: ${{ secrets.CF_API_TOKEN }}
66+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
6667
environment: "release"

0 commit comments

Comments
 (0)