Skip to content

Commit

Permalink
fix: use release profile in snapshot pipeline (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell authored Nov 16, 2023
1 parent a24f49a commit cde39b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish Snapshot JARs
run: |
mvn --batch-mode versions:set -DnewVersion=$(git describe --tags --abbrev=0 | cut -c2-)-SNAPSHOT -DprocessAllModules -DgenerateBackupPoms=false
mvn -U --batch-mode clean deploy -P snapshot
mvn -U --batch-mode clean deploy -P release
env:
SIGN_KEY_PASS: ${{ secrets.GPG_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit cde39b0

Please sign in to comment.