We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c727a19 commit 38090f8Copy full SHA for 38090f8
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
GH_TOKEN: ${{ secrets.GH_TOKEN }}
50
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
51
- DRY_RUN: ${{ github.ref == 'refs/heads/main' && '' || '1' }}
+ DRY_RUN: ${{ github.ref != 'refs/heads/main' && '1' || '' }}
52
- if: github.ref == 'refs/heads/main'
53
run: mage index https://github.com/tetratelabs/helm-charts/releases/download
54
0 commit comments