Skip to content

Commit 78229d9

Browse files
committed
fix ci ref
1 parent fa1bb06 commit 78229d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ jobs:
195195
196196
- name: Download and test
197197
run: |
198-
mvn clean test -Dh3.github.artifacts.use=true -Dh3.github.artifacts.ref=${{ github.ref }}
198+
mvn clean test -Dh3.github.artifacts.use=true -Dh3.github.artifacts.ref=${{ github.sha }}
199199
env:
200200
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)