Skip to content

Commit e2e2eed

Browse files
ci: use submodule commit hash
1 parent 525f642 commit e2e2eed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ jobs:
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

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@
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>

0 commit comments

Comments
 (0)