Skip to content

2.6.0: Logback-access breaking change (package moved) #31

2.6.0: Logback-access breaking change (package moved)

2.6.0: Logback-access breaking change (package moved) #31

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Release to github packages
on:
release:
types: [created]
jobs:
call-workflow-maven-deploy:
uses: felleslosninger/github-workflows/.github/workflows/ci-maven-deploy.yml@main
with:
java-version: 17
package-version: ${{ github.event.release.tag_name }}
deployment-repository: ${{ github.repository }}
secrets: inherit