Skip to content

Commit

Permalink
fix(docs): set upstream too
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Jun 8, 2022
1 parent 38e6185 commit 2527805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
git add ./docs
git commit -m "docs(${{ env.VERSION }}): update markdown docs"
git checkout -b "docs-${{ env.VERSION }}}"
git push
git push -set-upstream origin docs-${{ env.VERSION }}
gh pr create -t "docs(${{ env.VERSION }}): update markdown docs"

0 comments on commit 2527805

Please sign in to comment.