mas/.github/workflows/release.yml

19 lines
349 B
YAML
Raw Normal View History

2024-02-18 11:16:05 -07:00
#
# .github/workflows/release.yml
#
2024-02-18 12:13:42 -07:00
---
2024-02-18 11:16:05 -07:00
name: release
on:
release:
types: [published]
jobs:
release:
runs-on: macos-14
steps:
2024-02-18 12:13:42 -07:00
- 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