From a53592d7e983904be7d1f0a5cd5febec03fd63a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BIDAULT?= Date: Fri, 8 Nov 2024 15:12:31 +0100 Subject: [PATCH] Test release_draft --- .github/workflows/ps8-build-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ps8-build-release.yml b/.github/workflows/ps8-build-release.yml index 1ed2bf215..4267fd4f2 100644 --- a/.github/workflows/ps8-build-release.yml +++ b/.github/workflows/ps8-build-release.yml @@ -10,7 +10,8 @@ on: - "prestashop/8.x" env: - ZIP_NAME: ${{ github.event.repository.name }}-${{ github.ref_name }} + ZIP_NAME: ${{ github.event.repository.name }} + # ZIP_NAME: ${{ github.event.repository.name }}-${{ github.ref_name }} jobs: current_date: @@ -119,7 +120,7 @@ jobs: id-token: write contents: read pull-requests: write - if: contains(github.event.pull_request.labels.*.name, 'preproduction deployment') + if: contains(github.event.pull_request.labels.*.name, 'test production deployment') # if: startsWith(github.ref, 'refs/tags') steps: