diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06ffb0b..fc4afc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: name: Create Release needs: [set-env, build-image, test-image, promote-image] if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} - uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" version: ${{ needs.build-image.outputs.version }}