Browse Source

feat: update github action (#37)

master
vran 3 years ago
committed by GitHub
parent
commit
39d9e4d487
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/auto-docker-latest.yml
  2. 1
      .github/workflows/manual-release.yml

2
.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 # 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 # For more information see: https://github.com/actions/setup-java#publishing-using-gradle
name: docker image latest push name: docker latest
on: on:
push: push:

1
.github/workflows/manual-release.yml

@ -28,7 +28,6 @@ jobs:
- name: Application Jar Release - name: Application Jar Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with: with:
tag_name: ${{ github.event.inputs.tag }} tag_name: ${{ github.event.inputs.tag }}
files: api/build/libs/databasir.jar files: api/build/libs/databasir.jar

Loading…
Cancel
Save