Skip to content

Commit

Permalink
publish chart
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjohnstone committed Jan 7, 2023
1 parent acf5d06 commit 8f96823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
draft: false
prerelease: false

- name: upload helm chart
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release/github-releases-notifier-helm-3-chart-${{ github.ref }}.tgz
asset_name: github-releases-notifier-helm-3-chart-${{ github.ref }}.tgz
asset_path: ./release/github-releases-notifier-helm-3-chart-${{ github.ref_name }}.tgz
asset_name: github-releases-notifier-helm-3-chart-${{ github.ref_name }}.tgz
asset_content_type: application/gzip

0 comments on commit 8f96823

Please sign in to comment.