Skip to content

Commit

Permalink
ci(release): build plugin and providers
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Dec 12, 2024
1 parent 586dd83 commit ea8c300
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
node-version: '20'
- name: Install dependencies
run: yarn
- name: Build strapi-plugin-translate
run: yarn workspace strapi-plugin-translate build
- name: Build strapi-provider-translate-deepl
run: yarn workspace strapi-provider-translate-deepl build
- name: Build strapi-provider-translate-libretranslate
run: yarn workspace strapi-provider-translate-libretranslate build
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit ea8c300

Please sign in to comment.