Skip to content

Commit

Permalink
EE10 kompatibel release (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Aug 14, 2023
1 parent 8c4e932 commit ed14ab4
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
types: [ published ]

jobs:
release:
name: Kontrakt
release-ee10:
name: Kontrakt EE10
needs: release
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ github.event.release.tag_name }}
release-version: ${{ format('{0}-{1}', github.event.release.tag_name, 'ee10') }}
release-file: '-f ./ee10/pom.xml'
release-profiles: ''
secrets: inherit

Expand All @@ -21,7 +23,17 @@ jobs:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ format('{0}-{1}', github.event.release.tag_name, 'jakarta') }}
release-version: ${{ format('{0}-{1}', github.event.release.tag_name, 'ee9') }}
release-file: '-f ./ee9/pom.xml'
release-profiles: ''
secrets: inherit

release-ee8:
name: Kontrakt
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ github.event.release.tag_name }}
release-profiles: ''
secrets: inherit
Loading

0 comments on commit ed14ab4

Please sign in to comment.