-
Notifications
You must be signed in to change notification settings - Fork 11
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
release.yml: Use DANDI_GITHUB_TOKEN to push to repo #44
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
=======================================
Coverage 95.78% 95.78%
=======================================
Files 11 11
Lines 1021 1021
=======================================
Hits 978 978
Misses 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
i think this may also need the git checkout and git ref update that was in the linked yaml |
or we can test this by giving it a release + patch label first. |
@satra Do you mean the |
the section after that. |
@satra The |
ok let's check it out. i added the release + patch labels. merging now. |
@satra It failed because the 0.2.9 tag already exists from the last failed release. |
just deleted it and triggering a new release. |
Closes #43.