Skip to content

Document the CodeIgniter bootstrap and SQLite-affinity limitation #19

Document the CodeIgniter bootstrap and SQLite-affinity limitation

Document the CodeIgniter bootstrap and SQLite-affinity limitation #19

Workflow file for this run

name: Release
on:
push:
tags:
- '**'
jobs:
build:
name: Create a release
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_ACTIONS_TOKEN }}
TAG_NAME: ${{ github.ref_name }}
run: |
gh release create "$TAG_NAME" \
--title "$TAG_NAME" \
--draft \
--generate-notes