Skip to content

πŸ”Š Log mise settings #4

πŸ”Š Log mise settings

πŸ”Š Log mise settings #4

Workflow file for this run

#
# .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