🔊 Log release event details

This commit is contained in:
Ben Chatelain 2024-03-09 11:27:13 -07:00
parent 67e678452f
commit e753f23b3f
No known key found for this signature in database

View file

@ -5,12 +5,19 @@
name: release
on:
push:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
release:
types: [published]
jobs:
release:
runs-on: macos-14
steps:
- run: |
echo "release event"
echo "Name: ${{ github.event.release.name }}"
echo "Description: ${{ github.event.release.body }}"
- uses: actions/checkout@v4
with:
# A fetch-depth of 0 includes all history and tags for script/version