Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Jul 6, 2023
1 parent 251d0bd commit 9cc51b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish release
on:
push:
tags:
- "jakarta.**"
- "*-jakarta"
workflow_dispatch:

jobs:
Expand All @@ -12,6 +12,6 @@ jobs:
packages: write
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: $GITHUB_REF
release-version: ${{ GITHUB_REF }}
release-branch: 'jakarta_ee9'
secrets: inherit
2 changes: 1 addition & 1 deletion release_ee9.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

tag="jakarta.$1"
tag="$1-jakarta"
message="$2"

echo "Listing tags:"
Expand Down

0 comments on commit 9cc51b3

Please sign in to comment.