mirror of
https://github.com/ysoftdevs/secret-duplicator.git
synced 2026-04-10 11:23:47 +02: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"
|
# echo "No matching version found, running the release"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- 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
|
uses: helm/chart-releaser-action@v1.2.1
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
Reference in New Issue
Block a user