Skip to content

Commit

Permalink
clean up printing
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Jan 17, 2024
1 parent e1d80ef commit 16db0f9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/OnTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@ jobs:
uses: actions/checkout@v4
- name: Show meta-info
run: |
pwd
echo "github full : ${{ toJson(github) }}"
echo tag -n ===================
git tag -n
echo tag -n99 =================
git tag -n99
echo tag -n -l ================
git tag -n --list "${{ github.ref_name }}"
echo "--------------------"
pwd
echo "event release : ${{ toJson(github.event.release) }}
echo "event release body: ${{ github.event.release.body }}
echo "ref name : ${{ github.ref_name }}"
# end

0 comments on commit 16db0f9

Please sign in to comment.