Skip to content

Commit

Permalink
remove testing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 18, 2025
1 parent 1dfd85c commit 401ca27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # v1.1.2
with:
repo: 'centrifuge/apps'
# version: ${{ github.event_name == 'release' && github.event.release.id || format('tags/centrifuge-app/{0}', inputs.tag) }}
version: 'tags/centrifuge-app/v2.83.4'
version: ${{ github.event_name == 'release' && github.event.release.id || format('tags/centrifuge-app/{0}', inputs.tag) }}
# version: 'tags/centrifuge-app/v2.83.4' # <- uncomment thisfor testing
file: "${{ matrix.artifact.name }}.zip"
target: "${{ matrix.artifact.name }}.zip"

Expand Down

0 comments on commit 401ca27

Please sign in to comment.