Skip to content

chore(release): bump version to 0.2.6 #11

chore(release): bump version to 0.2.6

chore(release): bump version to 0.2.6 #11

Workflow file for this run

# dev: shallow checkouts + scripted CI build + fixed prerelease (dev-build).
name: Dev build
on:
push:
branches: [dev]
permissions:
contents: write
concurrency:
group: ritsulib-dev-${{ github.repository }}
cancel-in-progress: true
jobs:
dev-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Checkout API signatures (shallow)
uses: actions/checkout@v4
with:
repository: BAKAOLC/STS2-API-Signatures
path: sts2-api-signatures
fetch-depth: 1
token: ${{ secrets.STS2_SIGNATURES_TOKEN || github.token }}
- uses: ./.github/actions/ritsulib-build
with:
signatures-root: ${{ github.workspace }}/sts2-api-signatures
use-dev-version: "true"
- name: Publish dev prerelease (scripted)
env:
GH_TOKEN: ${{ github.token }}
shell: bash
working-directory: ${{ github.workspace }}
run: uv run python scripts/ci/gh_publish.py --repo-root "${{ github.workspace }}" dev-prerelease