Skip to content

Commit

Permalink
Test release_draft
Browse files Browse the repository at this point in the history
  • Loading branch information
seiwan committed Nov 8, 2024
1 parent 168bf84 commit a53592d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a53592d

Please sign in to comment.