Skip to content

chore: bump version to v1.36.0-rc1 #62

chore: bump version to v1.36.0-rc1

chore: bump version to v1.36.0-rc1 #62

Workflow file for this run

name: Releaser
on:
push:
paths: ["version.json"]
workflow_dispatch:
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true
jobs:
releaser:
uses: ipdxco/unified-github-workflows/.github/workflows/releaser.yml@v1.0
with:
sources: '["version.json"]'
secrets:
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
upload-release-assets:
needs: [releaser]
if: fromJSON(needs.releaser.outputs.json)['version.json']
name: Publish the static library (${{ matrix.runner }})
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: ['ubuntu-latest', ['self-hosted', 'linux', 'arm64', 'xlarge'], 'macos-latest']
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/upload-release-assets
with:
id: ${{ fromJSON(needs.releaser.outputs.json)['version.json'].id }}
force: false