Skip to content

Commit

Permalink
ci: Fix replacement on beta vita file templating
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Feb 20, 2024
1 parent 903ec89 commit 7e127cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GOOGLE_EXTENSION_ID: ${{ env.GH_BETA_EXTENSION_ID }}
TARGET_RELEASE: trustedTesters
run: |
sed -i "s/ name:.*/ name: 'Radix Wallet Connector - BETA'/" vite.config.ts
sed -i "s/ name:.*/ name: 'Radix Wallet Connector - BETA',/" vite.config.ts
sed -i -E '/^ *description:.*$/ {N; s/.*/ description: '"'"'THIS EXTENSION IS FOR BETA TESTING'"'"',/}' vite.config.ts
sed -i "s/\${EXTENSION_ID}/$GOOGLE_EXTENSION_ID/g" release.config.cjs
sed -i "s/\${TARGET}/$TARGET_RELEASE/g" release.config.cjs
Expand Down

0 comments on commit 7e127cd

Please sign in to comment.