Skip to content

Commit

Permalink
Remove duplicate step
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Apr 18, 2024
1 parent 03f7d62 commit 92bbca6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
run: composer -- pup i18n

- name: pup package
id: pup_package
if: steps.s3_zip_exists.outcome != 'success'
run: composer -- pup package ${{ env.VERSION }}

Expand All @@ -133,11 +134,6 @@ jobs:
mkdir zip_files
cp ${{ env.ZIP_NAME }}.zip zip_files
- name: pup package
id: pup_package
if: steps.s3_zip_exists.outcome != 'success'
run: composer -- pup package ${{ env.VERSION }}

# ------------------------------------------------------------------------------
# Store zip on s3 service.
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 92bbca6

Please sign in to comment.