mirror of
https://github.com/noviceli/jetbra
synced 2024-11-22 13:16:24 +03:00
update release action
This commit is contained in:
parent
895d4b7236
commit
db0a977c76
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -2,8 +2,8 @@ name: Maven Build and Release
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -21,11 +21,9 @@ jobs:
|
|||
|
||||
- name: Build with Maven
|
||||
run: mvn clean package
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check Latest Release
|
||||
id: check_latest_release
|
||||
|
|
Loading…
Add table
Reference in a new issue