Skip to content

Commit 803a132

Browse files
committed
fix: add snapshot tag to deploy snapshot ci script
1 parent cb523bc commit 803a132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Grant execute permission
2020
run: chmod +x gradlew
2121
- name: Deploy Snapshot
22-
run: ./gradlew deployNexusSnapshot
22+
run: ./gradlew deployNexusSnapshot -Pversion=$VERSION-SNAPSHOT
2323
env:
2424
MVN_GPG_KEY: ${{ secrets.MVN_GPG_KEY }}
2525
MVN_GPG_PASSWORD: ${{ secrets.MVN_GPG_PASSWORD }}

0 commit comments

Comments
 (0)