Skip to content

Commit

Permalink
feat(lock): pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
andanyoung committed May 10, 2024
1 parent 172c27b commit 29f4bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lock Deploy

on:
release:
types: [created]
types: [ created ]
workflow_dispatch:

jobs:
Expand All @@ -29,7 +29,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build with Maven
run: mvn -B -Dmaven.test.skip=true clean package --file admin4j-lock/pom.xml
run: mvn -B -Dmaven.test.skip=true clean install --file admin4j-dependencies/pom.xml

- name: Set up Apache Maven Central
run: mvn -Dmaven.test.skip=true deploy --file admin4j-lock/pom.xml
Expand Down

0 comments on commit 29f4bdf

Please sign in to comment.