Skip to content

Commit 38090f8

Browse files
committed
Chage DRY_RUN value
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent c727a19 commit 38090f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5050
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
51-
DRY_RUN: ${{ github.ref == 'refs/heads/main' && '' || '1' }}
51+
DRY_RUN: ${{ github.ref != 'refs/heads/main' && '1' || '' }}
5252
- if: github.ref == 'refs/heads/main'
5353
run: mage index https://github.com/tetratelabs/helm-charts/releases/download
5454
- if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)