Skip to content

Commit

Permalink
ci: actually release as snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Aug 27, 2024
1 parent e3d96a7 commit b1bfaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
APP_TAG=$(git describe --tags ${APP_REV} 2> /dev/null || echo 0.0.0);
echo "APP_VERSION=${APP_TAG}-${APP_SHA}" >> ${GITHUB_ENV};
- name: Set Maven Version
run: mvn versions:set --batch-mode --file ./pom.xml --define newVersion="${APP_VERSION}"
run: mvn versions:set --batch-mode --file ./pom.xml --define newVersion="${APP_VERSION}-SNAPSHOT"
- name: Build & Deploy Artifact to Nexus Repository
run: mvn --batch-mode deploy -DskipTests=true
env:
Expand Down

0 comments on commit b1bfaf3

Please sign in to comment.