Skip to content

Commit

Permalink
Fix travis deploy ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jun 11, 2024
1 parent 92ade3d commit eefcb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Testnet"
stage: deploy
install:
- yarn version --new-version $TRAVIS_TAG --no-git-tag-version
- yarn version $TRAVIS_TAG
- yarn install --immutable
script:
- yarn build:testnet
Expand All @@ -77,7 +77,7 @@ jobs:
- name: "Mainnet"
stage: deploy
install:
- yarn version --new-version $TRAVIS_TAG --no-git-tag-version
- yarn version $TRAVIS_TAG
- yarn install --immutable
script:
- yarn build:mainnet
Expand Down

0 comments on commit eefcb60

Please sign in to comment.