Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Aug 7, 2023
1 parent 4b53c33 commit c18a031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
default: '--dry-run -t TAG -v OPAM_VERSION'

env:
OPTIONS: --skip-build -p vscoq-language-server --no-auto-open --draft --dry-run
OPTIONS: -v -C language-server --skip-build -p vscoq-language-server --no-auto-open --draft --dry-run

jobs:
publish:
Expand Down Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Publish
#if: success() && startsWith(github.ref, 'refs/tags/')
run: |
cd language-server
eval $(opam env)
dune-release $OPTIONS $EXTRA_OPTIONS
env:
Expand Down

0 comments on commit c18a031

Please sign in to comment.