mirror of
https://github.com/ysoftdevs/secret-duplicator.git
synced 2026-01-11 21:10:26 +01:00
removed if action
This commit is contained in:
2
.github/workflows/release-chart.yaml
vendored
2
.github/workflows/release-chart.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
# echo "No matching version found, running the release"
|
||||
|
||||
- name: Run chart-releaser
|
||||
if: steps.helm_version_checker.outcome == 'success'
|
||||
#if: steps.helm_version_checker.outcome == 'success'
|
||||
uses: helm/chart-releaser-action@v1.2.1
|
||||
env:
|
||||
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
Reference in New Issue
Block a user