Skip to content

Commit a6843af

Browse files
authored
Run gradle publish step in CI (#1737)
1 parent c06e9c6 commit a6843af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: clean and build
3333
run: ./gradlew clean build -Plog-tests
3434

35+
- name: publish
36+
run: ./gradlew publish
37+
3538
protocol-tests:
3639
runs-on: ${{ matrix.os }}
3740
name: Protocol Tests

0 commit comments

Comments
 (0)