Automatically push latest commit to Dev tag (#23)

This commit is contained in:
Prateek Machiraju
2020-07-10 15:26:45 -04:00
committed by GitHub
parent 1538c5576d
commit 0a18d86fe6

View File

@@ -168,6 +168,14 @@ jobs:
with:
name: jar
path: photon-server/build/libs
- uses: eine/tip@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 'Dev'
files: |
photon-server/build/libs/*.jar
if: github.event_name == 'push'
check-lint:
# Let all steps run within the photon-server dir.
@@ -191,3 +199,4 @@ jobs:
- run: |
chmod +x gradlew
./gradlew spotlessCheck