diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce4ce81..fdb66d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,36 +37,4 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} - helmRelease: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Configure Git - run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - - name: Install Helm - uses: azure/setup-helm@v1 - with: - version: v3.8.1 - - - name: custom packaging - run: | - VERSION=${{github.ref_name}} - rm -rf .cr-release-packages - mkdir -p .cr-release-packages - helm package charts/youtube-stats-chart --app-version=${VERSION:1} --version=${VERSION:1} --destination=.cr-release-packages - - - name: Run chart-releaser - # switch back to helm/chart-releaser-action if this contribution is ever merged - uses: askcloudarchitech/chart-releaser-action@skip-packaging-option - with: - skip_packaging: true - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + tags: latest