Skip to content

Commit 0158ce5

Browse files
committed
use latest version for maven-deploy-file
1 parent 5b32b47 commit 0158ce5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: rockylinux-rpms
2929
path: rpms/*.rpm
3030
- name: Deploy to nexus
31-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@OPSEXP-1833-fixup-maven-deploy
31+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@8c41180b78fccb6eb785aaf75f5e2a6303f138ff
3232
if: startsWith(github.ref, 'refs/tags/v')
3333
with:
3434
group-id: org.imagemagick
@@ -68,7 +68,7 @@ jobs:
6868
name: centos-rpms
6969
path: rpms/*.rpm
7070
- name: Deploy to nexus
71-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@OPSEXP-1833-fixup-maven-deploy
71+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@8c41180b78fccb6eb785aaf75f5e2a6303f138ff
7272
if: startsWith(github.ref, 'refs/tags/v')
7373
with:
7474
group-id: org.imagemagick
@@ -108,7 +108,7 @@ jobs:
108108
name: ubuntu-18.04-deb
109109
path: ${{ github.workspace }}/*.deb
110110
- name: Deploy to nexus
111-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@OPSEXP-1833-fixup-maven-deploy
111+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@8c41180b78fccb6eb785aaf75f5e2a6303f138ff
112112
if: startsWith(github.ref, 'refs/tags/v')
113113
with:
114114
group-id: org.imagemagick
@@ -148,7 +148,7 @@ jobs:
148148
name: ubuntu-20.04-deb
149149
path: ${{ github.workspace }}/*.deb
150150
- name: Deploy to nexus
151-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@OPSEXP-1833-fixup-maven-deploy
151+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@8c41180b78fccb6eb785aaf75f5e2a6303f138ff
152152
if: startsWith(github.ref, 'refs/tags/v')
153153
with:
154154
group-id: org.imagemagick
@@ -188,7 +188,7 @@ jobs:
188188
name: ubuntu-22.04-deb
189189
path: ${{ github.workspace }}/*.deb
190190
- name: Deploy to nexus
191-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@OPSEXP-1833-fixup-maven-deploy
191+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@8c41180b78fccb6eb785aaf75f5e2a6303f138ff
192192
if: startsWith(github.ref, 'refs/tags/v')
193193
with:
194194
group-id: org.imagemagick

0 commit comments

Comments
 (0)