Files
SpacetimeDB/.github/workflows/release.yml
Zeke Foppa 0f7615f202 Add stub release workflow (#5334)
# Description of Changes

Adding a stub version of this workflow so we can test it with
`workflow_dispatch`

# API and ABI breaking changes

<!-- If this is an API or ABI breaking change, please apply the
corresponding GitHub label. -->

# Expected complexity level and risk

1

# Testing

None, can't test until it's merged

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2026-06-16 01:36:23 +00:00

20 lines
247 B
YAML

name: Release
on:
workflow_dispatch:
permissions:
contents: write
packages: write
concurrency:
group: manual-release
cancel-in-progress: true
jobs:
foo:
runs-on: ubuntu-latest
steps:
- name: Be done
run: echo