mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔊 Log release event details
This commit is contained in:
parent
67e678452f
commit
e753f23b3f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue