feat(regime)

This commit is contained in:
Dan Finch 2026-04-29 00:55:53 +02:00
commit 1f712c1c84
37 changed files with 1059 additions and 0 deletions

View file

@ -0,0 +1,21 @@
name: Release
on:
workflow_run:
workflows: ["Checks"]
branches: [main]
types: [completed]
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: https://${{ secrets.FORGE_TOKEN }}@code.quickbasic.org/sigitex/regime/actions/release@main
with:
gitea-token: ${{ secrets.FORGE_TOKEN }}
gitea-url: https://code.quickbasic.org
npm-token: ${{ secrets.NPM_TOKEN }}