mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-23 03:24:45 +00:00
[SIS-xxx] updating abstracto version
removing not needed dbchangelog adding creation of release to release job updating docker base images
This commit is contained in:
4
.github/workflows/release_manual.yaml
vendored
4
.github/workflows/release_manual.yaml
vendored
@@ -18,6 +18,10 @@ jobs:
|
||||
- name: Load current version
|
||||
id: version
|
||||
run: echo "version=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec | cut -d- -f1)" >> $GITHUB_ENV
|
||||
- name: Create a Release
|
||||
uses: elgohr/Github-Release-Action@v5
|
||||
with:
|
||||
title: Release of version ${{ env.version }}
|
||||
- name: Release maven packages
|
||||
uses: qcastel/github-actions-maven-release@v1.12.41
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user