Skip to content

Commit

Permalink
Fjerner release via workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Jul 6, 2023
1 parent ef28039 commit fa4a2dd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release_jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ on:
push:
tags:
- "*-jakarta"
workflow_dispatch:
inputs:
tag:
required: true
type: string
description: 'Versjon tag (x.y.z). -jakarta postfix legges inn automatisk.'

jobs:
release:
Expand All @@ -17,6 +11,6 @@ jobs:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ (inputs.tag && '-jakarta') || github.ref_name }}
release-version: ${{ github.ref_name }}
release-branch: 'jakarta_ee9'
secrets: inherit

0 comments on commit fa4a2dd

Please sign in to comment.