Skip to content

Commit 39d9e4d

Browse files
authored
feat: update github action (#37)
1 parent 47d6421 commit 39d9e4d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/auto-docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java#publishing-using-gradle
33

4-
name: docker image latest push
4+
name: docker latest
55

66
on:
77
push:

.github/workflows/manual-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929
- name: Application Jar Release
3030
uses: softprops/action-gh-release@v1
31-
if: startsWith(github.ref, 'refs/tags/')
3231
with:
3332
tag_name: ${{ github.event.inputs.tag }}
3433
files: api/build/libs/databasir.jar

0 commit comments

Comments
 (0)