Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gha): Add workflow tag debugging step and fix tag #140

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

david-leifker
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Dec 19, 2024

Unit Test Results (build & test)

63 tests  ±0   63 ✅ ±0   4s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 6bd81fb. ± Comparison against base commit 8b1d327.

♻️ This comment has been updated with latest results.

@david-leifker david-leifker changed the title Add workflow tag debugging step fix(gha): Add workflow tag debugging step and fix tag Dec 19, 2024
@@ -26,7 +26,7 @@ jobs:
# The tracking tag will be "head", "v1.2.3", or "pr1234".
# The unique tag will be a short SHA.
unique_tag: ${{ steps.tag.outputs.unique_tag }}
tracking_tag: ${{ steps.tag.outputs.tag }}
tracking_tag: ${{ steps.tag.outputs.tracking_tag }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the problem, introduced when renamed to tacking_tag

@david-leifker david-leifker merged commit c0fc442 into main Dec 19, 2024
9 checks passed
@david-leifker david-leifker deleted the david-leifker-patch-1 branch December 19, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants