Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ on:
jobs:
generate-zip:
runs-on: ubuntu-latest
env:
BUN_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

steps:
# ------------------------------------------------------------------------------
# Checkout the repo.
Expand Down Expand Up @@ -224,7 +227,7 @@ jobs:
- name: pup package
id: pup_package
if: steps.s3_zip_exists.outcome != 'success'
run: composer -- pup package ${{ env.VERSION }}
run: composer -- pup package ${{ env.VERSION }}

- name: Create the zip_files folder
if: steps.s3_zip_exists.outcome != 'success'
Expand Down