Skip to content

Commit

Permalink
Rename artifact (Hawk → hawk) to fix package publication
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Apr 16, 2021
1 parent 43ced15 commit be01e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
TAG_NAME=${GIT_REF_NAME##*/}
REVISION_NAME=${TAG_NAME:1}
mvn -B deploy -am "-Drevision=$REVISION_NAME" -X
mvn -B deploy -am "-Drevision=$REVISION_NAME"
# Maven shade saves the shaded JAR under target/xxx-jar-with-dependencies.jar
# We don't want to put the unshaded JAR in the release because it wouldn't
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>me.cassayre.florian</groupId>
<artifactId>Hawk</artifactId>
<artifactId>hawk</artifactId>
<version>${revision}</version>

<properties>
Expand Down

0 comments on commit be01e66

Please sign in to comment.