Skip to content

added lifecycle variable type and structure (#55) #9

added lifecycle variable type and structure (#55)

added lifecycle variable type and structure (#55) #9

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v1