Skip to content

[2.14] Backport PR 1081: Close the prepared SQL-statements after use.… #161

[2.14] Backport PR 1081: Close the prepared SQL-statements after use.…

[2.14] Backport PR 1081: Close the prepared SQL-statements after use.… #161

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name : Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Create release on Github
run: |
gh --repo "${{ github.repository }}" release create ${{ github.ref_name }} --verify-tag --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}