Skip to content

feat: add security group id to output (#169) #103

feat: add security group id to output (#169)

feat: add security group id to output (#169) #103

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
name: Release
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Create new release
id: release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}