Skip to content

Commit

Permalink
try echos
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 1ad833a commit cf95cb9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/create-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
tagRegex: (?<service>.*)\/v(?<version>.*)" #example: backend/v1.2.3
- name: show-service
env:
ghRef: ${{ github.ref }}
service: ${{ steps.tagName.outputs.service }}
version: ${{ steps.tagName.outputs.version }}
run: |
echo ${{ steps.tagName.outputs.service }}
echo ${{ steps.tagName.outputs.version }}
echo "Ref: $ghRef"
echo "Service: $service"
echo "Version: $version"

0 comments on commit cf95cb9

Please sign in to comment.