Skip to content

Commit

Permalink
Fix publish action
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 12, 2024
1 parent 2e92fc3 commit af7ddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: checkout language server
run: |
git clone https://github.com/nextflow-io/language-server -b {{ github.event.inputs.version }}
git clone -b {{ github.event.inputs.version }} https://github.com/nextflow-io/language-server
- name: build vscode extension
run: ./gradlew build
Expand Down

0 comments on commit af7ddeb

Please sign in to comment.