-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build mechanism #24
Comments
Perhaps related to #31 and the infamous iterative/setup-dvc#12, because of the automatic major tagging system: uses: Actions-R-Us/actions-tagger@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
publish_latest_tag: true |
Quote from @casperdcl #42 (comment)
|
🔔 @iterative/cml, does anybody dislike this approach? In the meanwhile, I'm going to request again ⚡ permissions on the almighty |
Github actions needs by convention to override the mayor version doing a forced push.
Now it's done manually and should be done in the CI when merging into master.
The text was updated successfully, but these errors were encountered: