Skip to content

Bump helm/kind-action from 1.7.0 to 1.8.0 #105

Bump helm/kind-action from 1.7.0 to 1.8.0

Bump helm/kind-action from 1.7.0 to 1.8.0 #105

Workflow file for this run

# name: Auto Releaser
# on:
# # Run manually
# workflow_dispatch:
# # Or on a schedule
# schedule:
# # At 10:00 on day-of-month 1
# - cron: '0 10 1 * *'
# jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - uses: cardinalby/git-get-release-action@v1
# id: get_release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# with:
# latest: true
# draft: true
# doNotFailIfNotFound: true
# - uses: eregon/publish-release@v1
# if: steps.get_release.outputs.id != ''
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# release_id: ${{ steps.get_release.outputs.id }}