Skip to content

Commit

Permalink
sorry, I meant "--no-confirmation"
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 23, 2025
1 parent cc77864 commit 2175534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Publish to opam
run: |
opam publish -y --no-browser --msg-file=CHANGES.md "https://github.com/grain-lang/libbinaryen/releases/download/v116.0.0/libbinaryen-v116.0.0.tar.gz"
opam publish --no-confirmation --no-browser --msg-file=CHANGES.md "https://github.com/grain-lang/libbinaryen/releases/download/v116.0.0/libbinaryen-v116.0.0.tar.gz"
# npm-release:
# needs: [add-archive]
Expand Down

0 comments on commit 2175534

Please sign in to comment.