mas/.github/workflows/release.yml
2024-02-18 14:09:23 -07:00

19 lines
357 B
YAML

#
# .github/workflows/release.yml
#
---
name: release
on:
push:
release:
types: [published]
jobs:
release:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
# A fetch-depth of 0 includes all history and tags for script/version
fetch-depth: 0
- name: Bootstrap
run: script/bootstrap