Skip to content

Fixes admin notices not removed on plugin deactivation (#125) #23

Fixes admin notices not removed on plugin deactivation (#125)

Fixes admin notices not removed on plugin deactivation (#125) #23

name: Publish Compat Checker package
on:
push:
branches:
- trunk
paths:
- "packages/php/compat-checker/**"
- .github/workflows/github-action-publish-compat-checker.yml
jobs:
deploy:
name: Publish Compat Checker package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: compat-checker
FOLDER: packages/php/compat-checker
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}