Skip to content

Commit

Permalink
feat: update github action (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
vran-dev authored Mar 6, 2022
1 parent 47d6421 commit 39d9e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-docker-latest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39d9e4d

Please sign in to comment.