Skip to content

New version 4.0.5 Read more https://github.com/xdan/jodit/blob/main/C… #49

New version 4.0.5 Read more https://github.com/xdan/jodit/blob/main/C…

New version 4.0.5 Read more https://github.com/xdan/jodit/blob/main/C… #49

Workflow file for this run

name: Update PRO version
on:
workflow_dispatch:
push:
tags: ["*"]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Trigger update PRO version
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept:application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/jodit/jodit-pro/dispatches --data '{"event_type": "newversion" }'