Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Aug 14, 2023
1 parent ed14ab4 commit bd512b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
release-ee10:
name: Kontrakt EE10
needs: release
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
Expand All @@ -18,7 +17,7 @@ jobs:

release-ee9:
name: Kontrakt EE9
needs: release
needs: release-ee10
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
Expand All @@ -30,6 +29,7 @@ jobs:

release-ee8:
name: Kontrakt
needs: release-ee9
permissions:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
Expand Down

0 comments on commit bd512b8

Please sign in to comment.