Skip to content

Commit

Permalink
Actions: set dev agents
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Sep 7, 2020
1 parent f8de2bd commit 4474aad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
jq --argjson icons "{\"16\": \"icons/dev/16x16.png\",\"48\": \"icons/dev/48x48.png\",\"128\": \"icons/dev/128x128.png\"}" '.icons = $icons | .browser_action.default_icon = $icons | .name = "Liquality Wallet - Dev"' ./src/manifest.json > ./src/manifest.tmp
mv ./src/manifest.tmp ./src/manifest.json
- name: Set development agents
if: steps.semvers.outputs.v_patch == steps.get_current_tag.outputs.tag
run: |
sed -i '' 's/\/swap-testnet\/agent/\/swap-testnet-dev\/agent/g; s/\/swap\/agent/\/swap-dev\/agent/g' src/store/getters.js
- run: |
npm ci
npm run lint
Expand Down

0 comments on commit 4474aad

Please sign in to comment.