Skip to content

Commit e7f6d43

Browse files
Deploy fix
1 parent 3a4a6a0 commit e7f6d43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ jobs:
5454

5555
- name: Publish AEM Distribution 'All'
5656
working-directory: all
57-
run: sh ../mvnw deploy
57+
run: sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Publish AEM Distribution 'Min'
6262
working-directory: min
63-
run: sh ../mvnw deploy
63+
run: sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Publish AEM Package 'UI Content Example'
6868
working-directory: ui.content.example
69-
run: sh ../mvnw deploy
69+
run: sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
7070
env:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272

7373
- name: Publish OSGi Bundle 'Core'
7474
working-directory: core
75-
run: sh ../mvnw deploy
75+
run: sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878

0 commit comments

Comments
 (0)