Skip to content

Commit

Permalink
Chage DRY_RUN value
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <[email protected]>
  • Loading branch information
dio committed Jan 27, 2024
1 parent c727a19 commit 38090f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
DRY_RUN: ${{ github.ref == 'refs/heads/main' && '' || '1' }}
DRY_RUN: ${{ github.ref != 'refs/heads/main' && '1' || '' }}
- if: github.ref == 'refs/heads/main'
run: mage index https://github.com/tetratelabs/helm-charts/releases/download
- if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 38090f8

Please sign in to comment.