diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index a357a36..ae6c7e2 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -38,7 +38,7 @@ jobs: - name: Create branch with date and timestamp run: | - branch_name="update-changelog-$(date +"%Y%m%d%H%M%S")" + branch_name="task/update-changelog-$(date +"%Y%m%d%H%M%S")" git checkout -b $branch_name - name: Commit changes @@ -51,7 +51,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git - git push -u + git push --set-upstream origin $branch_name - name: Create Pull Request uses: peter-evans/create-pull-request@v5