-
Notifications
You must be signed in to change notification settings - Fork 555
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(ci): use correct tag names on version bump #864
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #864 +/- ##
=======================================
Coverage 25.58% 25.58%
=======================================
Files 47 47
Lines 5628 5628
=======================================
Hits 1440 1440
Misses 3989 3989
Partials 199 199 ☔ View full report in Codecov by Sentry. |
i test that once again
and get this warrning
version is correct but platform not. |
Can you try again? it seems I only pushed one arch. All others should be present now. |
this time get this. not warning anymore.
|
Can you confirm now? I still get v1.6.0:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Now it is working correct for me 👍
Use correct tag names when releasing a new version:
vx.x.x
->vx.x.x
&latest
vx.x.x-rc.x
->vx.x.x-rc.x
&dev
pr-xxx
Fixes #863