From 39d9e4d487983e3225e851038114c27ec8ceacc7 Mon Sep 17 00:00:00 2001 From: vran Date: Sun, 6 Mar 2022 15:21:12 +0800 Subject: [PATCH] feat: update github action (#37) --- .github/workflows/auto-docker-latest.yml | 2 +- .github/workflows/manual-release.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-docker-latest.yml b/.github/workflows/auto-docker-latest.yml index 211db01..7b9ac01 100644 --- a/.github/workflows/auto-docker-latest.yml +++ b/.github/workflows/auto-docker-latest.yml @@ -1,7 +1,7 @@ # This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#publishing-using-gradle -name: docker image latest push +name: docker latest on: push: diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index c6e6a17..c8e3023 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -28,7 +28,6 @@ jobs: - name: Application Jar Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: tag_name: ${{ github.event.inputs.tag }} files: api/build/libs/databasir.jar