-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature wish: Add a --yes
flag to automatically accept Confirm questions
#132
Comments
erikmd
added a commit
to pfitaxel/learn-ocaml
that referenced
this issue
Oct 5, 2021
* Use var OPAM_RELEASE (GitHub PAC) * Use "expect" to workaround the lack of this feature: ocaml-opam/opam-publish#132 Co-Authored-By: Yann Régis-Gianas <[email protected]> Co-Authored-By: Erik Martin-Dorel <[email protected]>
erikmd
added a commit
to pfitaxel/learn-ocaml
that referenced
this issue
Oct 5, 2021
* Use var OPAM_RELEASE (GitHub PAC) * Use "expect" to workaround the lack of this feature: ocaml-opam/opam-publish#132 Co-Authored-By: Yann Régis-Gianas <[email protected]> Co-Authored-By: Erik Martin-Dorel <[email protected]>
erikmd
added a commit
to ocaml-sf/learn-ocaml
that referenced
this issue
Oct 5, 2021
* Use var `OPAM_RELEASE` (GitHub PAC) * Use `expect` to workaround the fact that the feature wish ocaml-opam/opam-publish#132 is not yet available. Co-Authored-By: Yann Régis-Gianas <[email protected]> Co-Authored-By: Erik Martin-Dorel <[email protected]>
It seems that v2.1.0 of opam-publish doesn't respect |
I downgraded to opam-publish v2.0.3 in my local env and it works again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to be able to use
opam publish
in "batch mode", directly from a GH Action, I believe it would be very handy to have a-y
or so flag, a bit like opam 🙂Note: I tried
yes | opam publish --no-browser --msg-file=CHANGES.md --tag $tag_name $user/$repo
but got:The text was updated successfully, but these errors were encountered: