Skip to content

Release version 2.6.2 #14

Release version 2.6.2

Release version 2.6.2 #14

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Make release
uses: softprops/action-gh-release@v2
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