We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c750d0 commit 6af9f7dCopy full SHA for 6af9f7d
.github/workflows/release.yml
@@ -88,15 +88,13 @@ jobs:
88
with:
89
ocaml-compiler: 4.14.0
90
91
- # Version 2.1.0 of opam-publish doesn't respect OPAMYES=1
92
- # Ref https://github.com/ocaml-opam/opam-publish/issues/132#issuecomment-963616802
93
- name: Install publish utils
94
run: |
95
- opam install opam-publish=2.0.3
+ opam install opam-publish=2.4.0
96
97
- name: Publish to opam
98
99
- opam publish --no-browser --msg-file=CHANGES.md ${{ needs.add-archive.outputs.browser_download_url }}
+ opam publish --no-confirmation --no-browser --msg-file=CHANGES.md ${{ needs.add-archive.outputs.browser_download_url }}
100
101
npm-release:
102
needs: [add-archive]
0 commit comments