mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 11:19:33 +01:00
Update relaseNewVersion.yml (#36)
* Update relaseNewVersion.yml * Update buildAndTest.yml
This commit is contained in:
committed by
GitHub
parent
1e2c36a9b5
commit
1bdaa1eb53
4
.github/workflows/buildAndTest.yml
vendored
4
.github/workflows/buildAndTest.yml
vendored
@@ -25,10 +25,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
maven-version: 3.8.2
|
maven-version: 3.8.2
|
||||||
|
|
||||||
- name: Run the Maven verify phase
|
|
||||||
run: mvn --batch-mode --update-snapshots verify
|
|
||||||
working-directory: Backend
|
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
working-directory: Backend
|
working-directory: Backend
|
||||||
|
|||||||
1
.github/workflows/relaseNewVersion.yml
vendored
1
.github/workflows/relaseNewVersion.yml
vendored
@@ -4,6 +4,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user