diff --git a/.github/actions/chart/action.yaml b/.github/actions/chart/action.yaml index 946f431bf..fe3c450d9 100644 --- a/.github/actions/chart/action.yaml +++ b/.github/actions/chart/action.yaml @@ -10,8 +10,6 @@ inputs: runs: using: composite steps: - - name: Install yq - uses: mikefarah/yq@v4.28.2 - name: Set image repositories id: set_repo shell: bash diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 328654a5c..a501ebc6b 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -35,15 +35,3 @@ jobs: with: build_env: stable keep_previous: yes - - name: create release - if: inputs.release == true - uses: ncipollo/release-action@v1 - id: create_release - with: - tag: ${{ inputs.tag }} - draft: false - prerelease: true - generateReleaseNotes: true - artifacts: "build/*" - updateOnlyUnreleased: true - allowUpdates: true