8585 needs :
8686 - get-version
8787 - build-artifacts
88- uses : aerospike/shared-workflows/.github/workflows/reusable_sign-artifacts.yaml@v2.0.2
88+ uses : aerospike/shared-workflows/.github/workflows/reusable_sign-artifacts.yaml@7e15d6b3519213f441d73f64214e23fd8f7b1d0c
8989 with :
9090 gh-artifact-name : signed-artifacts-${{ matrix.distro }}-${{ matrix.host }}
9191 gh-unsigned-artifacts : unsigned-artifacts-${{ matrix.distro }}-${{ matrix.host }}
@@ -112,14 +112,12 @@ jobs:
112112 needs :
113113 - get-version
114114 - sign-artifacts
115- uses : aerospike/shared-workflows/.github/workflows/reusable_deploy-artifacts.yaml@v2.0.2
115+ uses : aerospike/shared-workflows/.github/workflows/reusable_deploy-artifacts.yaml@7e15d6b3519213f441d73f64214e23fd8f7b1d0c
116116 with :
117117 jf-project : database
118- jf-build-name : ${{
119- (startsWith(matrix.distro, 'el') || startsWith(matrix.distro, 'amzn'))
118+ jf-build-name : ${{ (startsWith(matrix.distro, 'el') || startsWith(matrix.distro, 'amzn'))
120119 && format('{0}-rpm', github.event.repository.name)
121- || format('{0}-deb', github.event.repository.name)
122- }}
120+ || format('{0}-deb', github.event.repository.name) }}
123121 version : ${{ needs.get-version.outputs.VERSION }}
124122 oidc-provider-name : database-gh-aerospike
125123 oidc-audience : database-gh-aerospike
@@ -137,11 +135,13 @@ jobs:
137135 needs :
138136 - upload-artifacts
139137 - get-version
140- uses : aerospike/shared-workflows/.github/workflows/reusable_create-release-bundle.yaml@v2.0.2
138+ uses : aerospike/shared-workflows/.github/workflows/reusable_create-release-bundle.yaml@7e15d6b3519213f441d73f64214e23fd8f7b1d0c
141139 with :
142140 jf-project : " database"
143141 jf-build-names : " aerospike-admin-deb:${{ needs.get-version.outputs.VERSION }}, aerospike-admin-rpm:${{ needs.get-version.outputs.VERSION }}"
144142 jf-bundle-name : " aerospike-admin-release-bundle"
143+ oidc-provider-name : database-gh-aerospike
144+ oidc-audience : database-gh-aerospike
145145 version : ${{ needs.get-version.outputs.VERSION }}
146146 gh-workflows-ref : v2.0.2 # Use specific shared-workflows version
147147 dry-run : false
0 commit comments