Skip to content

Commit

Permalink
should be just one
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt authored Jan 17, 2024
1 parent 8aae34f commit e7ac1f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: OnTagMetaDataRelease
on:
# Triggers the workflow on deployment events (after tag)
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,9 +23,10 @@ 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 action : '${{ github.event.action }}'"
echo "event release body: '${{ github.event.release.body }}'"
echo "event release name: '${{ github.event.release.name }}'"
# echo "github totality : ${{ toJson(github) }}"
# echo "event release : ${{ toJson(github.event.release) }}"
# end

0 comments on commit e7ac1f0

Please sign in to comment.