Skip to content

Commit

Permalink
why 3x
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pryrt committed Jan 17, 2024
1 parent d5f10d1 commit 8aae34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'"
Expand Down

0 comments on commit 8aae34f

Please sign in to comment.