Skip to content

Commit

Permalink
lets see the tag from the action
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent cf95cb9 commit b7338fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
ghRef: ${{ github.ref }}
service: ${{ steps.tagName.outputs.service }}
version: ${{ steps.tagName.outputs.version }}
tagFromAction: ${{ steps.tagName.outputs.tag }}
run: |
echo "Ref: $ghRef"
echo "Service: $service"
echo "Version: $version"
echo "Version: $version"
echo "tagFromAction: $tagFromAction"

0 comments on commit b7338fd

Please sign in to comment.