diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 345ca60..65f786c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Updraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }} - branch: feature-sync-${{ ${{ steps.bumpversion.outputs.new_version }} }} + branch: feature-sync-${{ steps.bumpversion.outputs.new_version }} file_pattern: README.md repository: . # Optional commit user and author settings