Skip to content

Bump eslint-config-prettier from 8.5.0 to 8.8.0 #141

Bump eslint-config-prettier from 8.5.0 to 8.8.0

Bump eslint-config-prettier from 8.5.0 to 8.8.0 #141

Workflow file for this run

name: Publish
on:
push:
branches:
- 'dev'
jobs:
publish-dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: everlytic/[email protected]
with:
github_token: ${{ github.token }}
source_ref: 'dev'
target_branch: 'gh-pages'
commit_message_template: '[Automated] Merge {source_ref} into {target_branch}'