Skip to content

Commit

Permalink
actions, again
Browse files Browse the repository at this point in the history
  • Loading branch information
monokh committed Sep 7, 2020
1 parent 0417461 commit 96f005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- 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
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 96f005e

Please sign in to comment.