Skip to content

Commit 979a88a

Browse files
committed
publish pom (GitHub packages doesn't allow files without pom?)
1 parent cff297c commit 979a88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
11+
publish:
1212

1313
runs-on: ubuntu-latest
1414
permissions:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
<configuration>
188188
<!-- skip for cdoc2-openapi pom-->
189-
<skip>true</skip>
189+
<skip>false</skip>
190190
</configuration>
191191
</plugin>
192192

0 commit comments

Comments
 (0)