Skip to content

Commit

Permalink
ci: add fuel wallet name on build CI (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Nov 16, 2023
1 parent 20b6f63 commit 217f04d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/pink-lions-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'fuels-wallet': patch
'@fuel-wallet/react': patch
'@fuel-wallet/sdk': patch
'@fuel-wallet/playwright-utils': patch
'@fuel-wallet/types': patch
---

fix: attach development wallet on release tags
1 change: 1 addition & 0 deletions .github/workflows/release-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Build Fuel Wallet Development
run: pnpm build:crx
env:
VITE_CRX_NAME: "Fuel Wallet Development"
CRX_OUT: "dist-crx-dev"
APP_VERSION_POSTFIX: "-development"
NODE_OPTIONS: "--max-old-space-size=4096"
Expand Down

0 comments on commit 217f04d

Please sign in to comment.