Skip to content

Release

Release #26

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
with:
body: |
If you like this integration, please star this repo to show your appreciation - it makes me very happy!
**Changes:**
- Change 1
- Change 2
**Important notes:**
Why is this important
draft: true
generate_release_notes: true