Skip to content

Commit

Permalink
Releaser EE9 artefakter med *-ee9 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Aug 17, 2023
1 parent 2dbb716 commit 98a81aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_jakarta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish release Jakarta EE9
on:
push:
tags:
- "*-jakarta"
- "*-ee9"

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions felles/testutilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<artifactId>felles-db</artifactId>
</dependency>
<dependency>
<!-- Trenges antageligvis ikke til noe siden hibernate-validation ikke brukes her -->
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</dependency>
Expand Down
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="$1-jakarta"
tag="$1-ee9"
message="$2"

echo "Listing tags:"
Expand Down

0 comments on commit 98a81aa

Please sign in to comment.