Skip to content

velero fix

velero fix #7

Workflow file for this run

on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref_name }}
makeLatest: true
generateReleaseNotes: true
discussionCategory: "Announcements"