Skip to content

Commit

Permalink
🔧 Add Check outputs in GHActions
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Dec 17, 2023
1 parent 86d6b68 commit 1e6ef63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ jobs:
id: ghd
uses: ./

- name: Check outputs
run: |
echo "describe: ${{ steps.ghd.outputs.describe }}"
echo "tag : ${{ steps.ghd.outputs.tag }}"
echo "distance: ${{ steps.ghd.outputs.distance }}"
echo "sha : ${{ steps.ghd.outputs.sha }}"
- name: Create Release and Upload Files
run: |
if gh release view "${GITHUB_RELEASE_TAG}" --json tagName >/dev/null && echo 'release found'; then
Expand Down

0 comments on commit 1e6ef63

Please sign in to comment.