We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5af6cf commit 5c61cd6Copy full SHA for 5c61cd6
.github/workflows/package.yml
@@ -25,7 +25,7 @@ jobs:
25
server-id: github
26
27
- name: Build with Maven
28
- run: mvn -B package
+ run: mvn -B package --file pom.xml
29
30
- name: Publish to GitHub Packages
31
run: |
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.jacopocarlini</groupId>
7
<artifactId>fast-feature-flags-provider</artifactId>
8
- <version>1.0.2</version>
+ <version>1.0.3</version>
9
<packaging>pom</packaging>
10
11
<dependencyManagement>
0 commit comments