Skip to content

Commit 29543a1

Browse files
committed
replace snapshot by the release version
1 parent 5803602 commit 29543a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --dearmor > ~/.gnupg/secring.gpg
3535
gpg --import ~/.gnupg/secring.gpg
3636
37+
- name: Set release version in all POMs
38+
run: |
39+
# Update version in all POMs
40+
cd accessors-smart && ./mvnw versions:set -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
41+
cd ../json-smart && ./mvnw versions:set -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
42+
cd ../json-smart-action && ./mvnw versions:set -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
43+
3744
- name: Release accessors-smart
3845
run: |
3946
cd accessors-smart

0 commit comments

Comments
 (0)