generated from nginxinc/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
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
spurious build failures #26
Comments
zsteinkamp
added a commit
that referenced
this issue
Apr 18, 2024
… from triggering an `npm publish`; also move to node-20 for future support
zsteinkamp
added a commit
that referenced
this issue
Apr 18, 2024
…ot[bot]` from triggering an `npm publish` and tag; also move to node-20 for future support" This reverts commit b6e2d52.
Perhaps we just accept the failures? We can bump the version in |
One possibility: check to see if we have a git tag that matches the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When dependabot updates a devDependency, our workflows are trying to release a new version of the reference-lib package. This fails:
Example job: https://github.com/nginxinc/nginx-directive-reference/actions/runs/6110721544/job/16584389628
To reproduce
Steps to reproduce the behavior:
Expected behavior
The CI does not attempt to publish if nothing relevant has changed (i.e. devDependency change)
Your environment
github CI workers
Additional context
It's possible that a devDependency change might be something we want to release as a new
reference-lib
npm package, if something inrollup
changed, but that seems unlikely with how simple this library is.The text was updated successfully, but these errors were encountered: