Skip to content

Release version 2.6.3 #15

Release version 2.6.3

Release version 2.6.3 #15

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@v2
with:
body: |
Enjoying this integration? Show your support by starring the repository! ⭐️
**Changes:**
- Change 1
- Change 2
**Important notes:**
Why is this important
draft: true
generate_release_notes: true