Skip to content

Commit

Permalink
Wipe away existing tags during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Jun 17, 2022
1 parent f0a30d4 commit 5658d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
envs: TESTNET_HOST,VERSION
script: |
cd ~/penumbra
# Wipe away any existing version of this tag that might exist
git tag -d ${VERSION}
git reset --hard
git fetch --all --tags
git pull
Expand Down

0 comments on commit 5658d07

Please sign in to comment.