Skip to content

Commit

Permalink
splitting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-quix committed Jun 6, 2024
1 parent 73b8b7d commit 86a5e8a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ jobs:
git add .
git commit -m "Update CHANGELOG and docs for release $GITHUB_REF_NAME"
- name: Push changes
- name: Set Origin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git
git push --set-upstream origin $branch_name
run: git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git

- name: Pushb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push --set-upstream origin $branch_name

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 86a5e8a

Please sign in to comment.