Skip to content

Commit

Permalink
Invoking signplugin on package phase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeaninev committed Apr 12, 2023
1 parent aaaf3eb commit d153d98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build and Test
uses: qcastel/github-actions-maven-cmd@master
with:
maven-args: "clean install -Possrh -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"
maven-args: "clean install -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"

- name: Release
uses: qcastel/github-actions-maven-release@v1.12.31
Expand All @@ -30,7 +30,7 @@ jobs:
docker-registry-username: qcastel
docker-registry-password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

maven-args: "-Dmaven.javadoc.skip=true -DskipTests -DskipITs -Ddockerfile.skip -DdockerCompose.skip -Dmaven.deploy.skip=true"
maven-args: "-Possrh -Dmaven.javadoc.skip=true -DskipTests -DskipITs -Ddockerfile.skip -DdockerCompose.skip -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
maven-servers: '[{"id": "ossrh", "username": "Jeaninev", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'
release-branch-name: main
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ limitations under the License.
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>sign</goal>
</goals>
Expand Down

0 comments on commit d153d98

Please sign in to comment.