From 8aae34fde699a29ee287be4d8e593af5cfce67b6 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Wed, 17 Jan 2024 12:32:34 -0800 Subject: [PATCH] why 3x https://github.com/orgs/community/discussions/25029 => says it's multiple parts of the 'release' process... need to see which one of the three I really want --- .github/workflows/OnTag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/OnTag.yml b/.github/workflows/OnTag.yml index ef2a33a..3ef490d 100644 --- a/.github/workflows/OnTag.yml +++ b/.github/workflows/OnTag.yml @@ -22,6 +22,7 @@ jobs: - name: Show meta-info run: | echo "ref name : '${{ github.ref_name }}'" + echo "github totality : ${{ toJson(github) }}" echo "event release : ${{ toJson(github.event.release) }}" echo "event release body: '${{ github.event.release.body }}'" echo "event release name: '${{ github.event.release.name }}'"