diff --git a/.forgejo/workflows/release-charts.yaml b/.forgejo/workflows/release-charts.yaml index 3268f5e..7865a95 100644 --- a/.forgejo/workflows/release-charts.yaml +++ b/.forgejo/workflows/release-charts.yaml @@ -5,10 +5,6 @@ on: tags: - "*" -# concurrency: -# cancel-in-progress: true -# group: ${{ github.workflow }}-${{ github.ref_name }} - jobs: release: runs-on: ubuntu-latest @@ -16,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Publish Helm charts # uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master - uses: https://git.devthefuture.org/devthefuture/helm-pages.git@daf4371475f3d957bfa877248321f6685a92cf09 + uses: https://git.devthefuture.org/devthefuture/helm-pages.git@5c501aaa7a4dcc1e15c3d1e9a8baf2af1261099d with: charts_dir: charts linting: off