Skip to content

Commit

Permalink
feat(workflow): test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiantela committed Oct 4, 2024
1 parent bb61d38 commit 3462fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
latest_tag=${{ steps.get_latest_tag.outputs.latest_tag }}
if [ -z "$latest_tag" ]; then
echo "No matching tags found."
echo "No matching tags found. test"
exit 1
fi
Expand Down

0 comments on commit 3462fd8

Please sign in to comment.