Skip to content

Commit

Permalink
fix(CD): bumping shared actions workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 8, 2025
1 parent f2269fa commit e92e645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd-staging:
name: Staging
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.15
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@fix/bump_actions
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.15
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@fix/bump_actions
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down

0 comments on commit e92e645

Please sign in to comment.