diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 4837b29ef6e..ad1c5812afa 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -80,9 +80,7 @@ jobs: - name: Add and commit if: steps.changes.outputs.CHANGED != '' - env: - HEAD_REF: ${{ needs.init.outputs.head_ref }} run: | git add --force js/ css/ git commit --signoff -m 'chore(assets): recompile assets' - git push origin "$HEAD_REF" + git push origin ${{ github.head_ref }} diff --git a/src/editor.js b/src/editor.js index 48622fc9a68..5616fe6299a 100644 --- a/src/editor.js +++ b/src/editor.js @@ -18,7 +18,7 @@ import { openLink } from './helpers/links.js' // eslint-disable-next-line import/no-unresolved, n/no-missing-import import 'vite/modulepreload-polyfill' -const apiVersion = '1.2' +const apiVersion = '1.4' window.OCA.Text = { ...window.OCA.Text,