We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6466d0 commit b3b4162Copy full SHA for b3b4162
.github/workflows/continuous-delivery.yaml
@@ -93,4 +93,5 @@ jobs:
93
env:
94
DEVOPSBOT_GPG_PRIVATE_KEY: ${{ secrets.DEVOPSBOT_GPG_PRIVATE_KEY }}
95
run: |
96
+ ./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' stag/platform/ | tr '\n' ' ')
97
./utils/version_update_batch.sh relay-protocol-hub ${{ github.sha }} $(grep -rl 'application: relay-protocol-hub' prod/platform/ | tr '\n' ' ')
0 commit comments