docs: changelog
This commit is contained in:
parent
20fea59a39
commit
2b9a5a97e3
20
.github/workflows/maven-publish.yml
vendored
20
.github/workflows/maven-publish.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
name: Publish package to GitHub Packages
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types: [created]
|
|
||||||
jobs:
|
|
||||||
publish:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-java@v2
|
|
||||||
with:
|
|
||||||
java-version: '16'
|
|
||||||
distribution: 'adopt'
|
|
||||||
- name: Publish package
|
|
||||||
run: mvn --batch-mode deploy
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
@ -6,6 +6,7 @@
|
|||||||
* Readme and changelog files
|
* Readme and changelog files
|
||||||
* Error messages to *messages.yml*
|
* Error messages to *messages.yml*
|
||||||
* List messages to *messages.yml*
|
* List messages to *messages.yml*
|
||||||
|
* Fixed build pipeline to build with GP
|
||||||
|
|
||||||
### Modified
|
### Modified
|
||||||
* Changed java version to java 16
|
* Changed java version to java 16
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user