File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,25 +54,25 @@ jobs:
54
54
55
55
- name : Publish AEM Distribution 'All'
56
56
working-directory : all
57
- run : sh ../mvnw deploy
57
+ run : sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
58
58
env :
59
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
60
61
61
- name : Publish AEM Distribution 'Min'
62
62
working-directory : min
63
- run : sh ../mvnw deploy
63
+ run : sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
64
64
env :
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
67
67
- name : Publish AEM Package 'UI Content Example'
68
68
working-directory : ui.content.example
69
- run : sh ../mvnw deploy
69
+ run : sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
70
70
env :
71
71
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72
72
73
73
- name : Publish OSGi Bundle 'Core'
74
74
working-directory : core
75
- run : sh ../mvnw deploy
75
+ run : sh ../mvnw deploy -Prelease -Drevision=${{ env.VERSION }}
76
76
env :
77
77
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
78
You can’t perform that action at this time.
0 commit comments