Skip to content

Commit 5c61cd6

Browse files
committed
v3
1 parent f5af6cf commit 5c61cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
server-id: github
2626

2727
- name: Build with Maven
28-
run: mvn -B package
28+
run: mvn -B package --file pom.xml
2929

3030
- name: Publish to GitHub Packages
3131
run: |

pom.xml

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

66
<groupId>com.github.jacopocarlini</groupId>
77
<artifactId>fast-feature-flags-provider</artifactId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
<packaging>pom</packaging>
1010

1111
<dependencyManagement>

0 commit comments

Comments
 (0)