Skip to content

chore(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 t… #9

chore(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 t…

chore(deps): Update module github.com/santhosh-tekuri/jsonschema/v5 t… #9

Workflow file for this run

name: Release Modus Schema
on:
push:
tags:
- lib/manifest/*
workflow_dispatch:
permissions:
contents: read
jobs:
release:
name: Release
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
with:
ref: "${{ github.ref_name }}"
- name: Push to R2 Bucket
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
wranglerVersion: 3.83.0
workingDirectory: lib/manifest
preCommands: |
cat modus_schema.json
command: |
r2 object put schema/modus_schema.json -f modus_schema.json --content-type application/json