Skip to content

Use fsargs for helm scans, add debug, deprecate security checks and a… #21

Use fsargs for helm scans, add debug, deprecate security checks and a…

Use fsargs for helm scans, add debug, deprecate security checks and a… #21

Workflow file for this run

---
name: Release
on:
push:
tags:
- v**
jobs:
auto-release:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true