Skip to content

Commit

Permalink
Include VERSION env var in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Jun 17, 2022
1 parent 466ce6b commit f0a30d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.TUNNEL_USERNAME }}
key: ${{ secrets.ID_ED25519 }}
port: ${{ secrets.TUNNEL_PORT }}
envs: TESTNET_HOST
envs: TESTNET_HOST,VERSION
script: |
cd ~/penumbra
git reset --hard
Expand Down

0 comments on commit f0a30d4

Please sign in to comment.