Skip to content

chore(release): bump version to 0.2.33 #126

chore(release): bump version to 0.2.33

chore(release): bump version to 0.2.33 #126

Workflow file for this run

# dev: CI build and publish a rolling dev-build prerelease.
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@v6
with:
fetch-depth: 1
- name: Checkout API signatures (shallow)
uses: actions/checkout@v6
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