mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Automatically push latest commit to Dev tag (#23)
This commit is contained in:
committed by
GitHub
parent
1538c5576d
commit
0a18d86fe6
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user