From da6b57d7c01ad8233754010f24ccdda49e5369cf Mon Sep 17 00:00:00 2001 From: Heath123 Date: Fri, 30 Oct 2020 19:28:40 +0000 Subject: [PATCH] =?UTF-8?q?(=E2=95=AF=C2=B0=E2=96=A1=C2=B0=EF=BC=89?= =?UTF-8?q?=E2=95=AF=EF=B8=B5=20=E2=94=BB=E2=94=81=E2=94=BB)=204.0=20(I=20?= =?UTF-8?q?missed=203.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3abeaa..0ec2258 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: snickerbockers/submodules-init@v4 - name: Build with Maven run: mvn -B package - - name: Retrieve short commit name + - name: Retrieve short commit name run: | echo ::set-env name=TAG_NAME::$(git rev-parse --short HEAD) - name: Create Release