Skip to content

Commit

Permalink
Update translation-changesets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 15, 2024
1 parent 9eedaa3 commit 29ccf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translation-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
script: |
const write = require('@changesets/write')
const execa = import('${{ github.workspace }}/node_modules/execa/index.js')
const execa = require('execa')
const summary = `Translations Updated (PR #${context.payload.pull_request.number})`
Expand Down

0 comments on commit 29ccf8a

Please sign in to comment.