Skip to content

Commit

Permalink
Merge branch 'trunk' into add/far-future-expiration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ink0 committed Jan 8, 2025
2 parents 3fcd641 + 597dfc6 commit 54c73ec
Show file tree
Hide file tree
Showing 75 changed files with 4,767 additions and 1,070 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Check plugin versions
run: npm run versions -- --plugin=${{ matrix.plugin }}

- name: Build plugin
run: npm run build:plugin:${{ matrix.plugin }}

Expand Down Expand Up @@ -101,6 +98,10 @@ jobs:
echo "deploy=true" >> $GITHUB_OUTPUT
- name: Check plugin version integrity
if: steps.check-deployment.outputs.deploy == 'true'
run: npm run versions -- --plugin=${{ matrix.plugin }}

- name: Create zip file
if: steps.check-deployment.outputs.deploy == 'true'
run: |
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54c73ec

Please sign in to comment.