Skip to content

Commit 3fa2089

Browse files
authored
Add liquibase tag (#744)
1 parent db34e20 commit 3fa2089

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
component-name: [
12-
wfprev-api
12+
wfprev-api,
13+
liquibase
1314
]
1415
steps:
1516
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
component-name: [
11-
wfprev-api
11+
wfprev-api,
12+
liquibase
1213
]
1314
steps:
1415
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)