diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54d7d72..9c37413 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 - name: Bumpversion release version. uses: tj-actions/bumpversion@v0.1a - id: bumpversion - with: - paths: | - README.md + id: bumpversion + with: + paths: | + README.md - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v3