Merge pull request #91 from woocommerce/release/actions #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Compat Checker package | |
on: | |
push: | |
branches: | |
- trunk | |
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 }} |