From 79ceaf11d279a99e8ea10807856645eb35031f24 Mon Sep 17 00:00:00 2001 From: plulsls Date: Tue, 22 Jun 2021 11:57:28 +0800 Subject: [PATCH] format code --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e2298b..cd84121 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: java: [ 16 ] # and run on both Linux and Windows os: [ ubuntu-20.04 ] - branch: [1.16, 1.17] + branch: [ 1.16, 1.17 ] runs-on: ${{ matrix.os }} steps: - name: checkout repository