File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 distribution : temurin
3636 java-version : 22
3737 cache : maven
38+ - name : Get tree-sitter commit
39+ run : printf 'TREE_SITTER_REF=%s\n' "$(git rev-parse HEAD:core)" >> "$GITHUB_ENV"
3840 - name : Set up tree-sitter
3941 uses : tree-sitter/setup-action/lib@v1
42+ with :
43+ tree-sitter-ref : ${{env.TREE_SITTER_REF}}
4044 - name : Set up tree-sitter-java
4145 run : |-
4246 git clone --depth=1 https://github.com/tree-sitter/tree-sitter-java
Original file line number Diff line number Diff line change 278278 <goal >publish</goal >
279279 </goals >
280280 <configuration >
281- <tokenAuth >true</tokenAuth >
282281 <waitUntil >validated</waitUntil >
283282 <autoPublish >${publish.auto} </autoPublish >
284283 <skipPublishing >${publish.skip} </skipPublishing >
You can’t perform that action at this time.
0 commit comments