Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 9, 2024
1 parent d1375ec commit 3f4ed98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/parse-tag-name
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ GITHUB_RUN_ID=$2
GITHUB_WORKFLOW_TYPE=$3

echo "Parse tag name - evaluating release tag $GITHUB_RELEASE_TAG"
echo "GITHUB_RUN_ID ::: $GITHUB_RUN_ID"
echo "GITHUB_WORKFLOW_TYPE ::: $GITHUB_WORKFLOW_TYPE"

# Ensure "catalog" workflow release tag name matches the root <pkg-name>
if [[ "${GITHUB_WORKFLOW_TYPE}" == "catalog" ]]; then
Expand Down

0 comments on commit 3f4ed98

Please sign in to comment.