Skip to content

Commit

Permalink
printing tags
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Sep 12, 2024
1 parent c8b7a72 commit 4b784ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- if: github.event_name == 'push'
run: |
tags=$(git tag -l --sort=-v:refname)
echo "tags: $tags"
versions=''
for tag in $tags; do
if echo "$tag" | grep -Eq '^v[0-9]+\.[0-9]+\.[0-9]+$'; then
Expand Down

0 comments on commit 4b784ae

Please sign in to comment.