Skip to content

Commit 6ff45b1

Browse files
committed
Fix workflow tag
1 parent d99e88f commit 6ff45b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Verify
12-
uses: maveniverse/parent/.github/workflows/ci.yml@release-38
12+
uses: maveniverse/parent/.github/workflows/ci.yml@release-39
1313
with:
1414
maven-matrix: '[ "3.9.9" ]' # IT does the mvn matrix
1515
maven-test: './mvnw clean verify -e -B -V -P run-its -f it'

0 commit comments

Comments
 (0)