Skip to content

Commit

Permalink
No need to install yq neither to create a GH release
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Oct 25, 2024
1 parent 409920f commit c418955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/actions/chart/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ inputs:
runs:
using: composite
steps:
- name: Install yq
uses: mikefarah/[email protected]
- name: Set image repositories
id: set_repo
shell: bash
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c418955

Please sign in to comment.