diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index fcd4cce2aa3..fee0fe3e6df 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,9 +29,8 @@ jobs: id: changelog_reader uses: mindsers/changelog-reader-action@v2 with: - validation_depth: 10 version: ${{ steps.tag_name.outputs.current_version }} - path: ./CHANGELOG.md + path: /github/workspace/CHANGELOG.md - name: Create Release id: create_release diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index ba037ec0999..d93a9bf5e50 100644 --- a/.github/workflows/version-update.yml +++ b/.github/workflows/version-update.yml @@ -22,7 +22,7 @@ jobs: - name: Commit update uses: stefanzweifel/git-auto-commit-action@v4 with: - branch: main + branch: master skip_dirty_check: true commit_message: 'Update VERSION' commit_options: '--no-verify --signoff'