Skip to content

feat: make security group optional (#39) #27

feat: make security group optional (#39)

feat: make security group optional (#39) #27

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-latest
name: Release 🚀
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: Create release if not exists
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true