Skip to content

Commit

Permalink
Check plugin versions when releasing standalone plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed May 17, 2024
1 parent ae9c52c commit f33ef9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-standalone-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ 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

0 comments on commit f33ef9b

Please sign in to comment.