Skip to content

Commit d6edee1

Browse files
committed
make: rename ossrh-specific pom so jitpack skips it
1 parent 7b31c8a commit d6edee1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
-Dpackaging="${PACK}" \
235235
-Dfile="${FOUT}" \
236236
-DrepositoryId="${REPO_OSSRH}" \
237-
-DpomFile=pom.xml \
237+
-DpomFile=ossrhpom.xml \
238238
-Dgpg.keyname==C3F3F4A160BB2CFFB5528699F19CE6642C40085C \
239239
-Dsources="${SOURCES}" \
240240
-Durl="https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"

pom.xml renamed to ossrhpom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.celzero</groupId>
1313
<artifactId>firestack</artifactId>
1414
<version>0.1</version>
15-
<packaging>aar</packaging>
15+
<packaging>jar</packaging>
1616

1717
<name>Firestack</name>
1818
<description> Userspace wireguard and network monitor.</description>

0 commit comments

Comments
 (0)