Skip to content

Commit

Permalink
fix: enable ESM treat flag in update-configuration.yml
Browse files Browse the repository at this point in the history
Add `treatAsEsm: true` to deploy plugin configuration.
  • Loading branch information
gentlementlegen committed Nov 7, 2024
1 parent c0a9c11 commit 7b648dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: ubiquity-os/action-deploy-plugin@main
with:
treatAsEsm: true
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 7b648dc

Please sign in to comment.