Skip to content

Commit 6af9f7d

Browse files
authored
chore: Upgrade opam-publish (#217)
1 parent 8c750d0 commit 6af9f7d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,13 @@ jobs:
8888
with:
8989
ocaml-compiler: 4.14.0
9090

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
9391
- name: Install publish utils
9492
run: |
95-
opam install opam-publish=2.0.3
93+
opam install opam-publish=2.4.0
9694
9795
- name: Publish to opam
9896
run: |
99-
opam publish --no-browser --msg-file=CHANGES.md ${{ needs.add-archive.outputs.browser_download_url }}
97+
opam publish --no-confirmation --no-browser --msg-file=CHANGES.md ${{ needs.add-archive.outputs.browser_download_url }}
10098
10199
npm-release:
102100
needs: [add-archive]

0 commit comments

Comments
 (0)