Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 14, 2024
1 parent c532655 commit 34f7374
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
path: ./actions-artifacts
path: actions-artifacts
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-multiple: true
continue-on-error: true

- name: Create GitHub Release
Expand All @@ -48,7 +49,7 @@ jobs:
tag_name: ${{ inputs.tag }}
name: Release ${{ inputs.tag }}
generate_release_notes: true
files: ./actions-artifacts/*
files: actions-artifacts/*

package-helm-chart:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34f7374

Please sign in to comment.