Skip to content

Commit

Permalink
fix(release): docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Jun 8, 2022
1 parent fd134ed commit a65206c
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 @@ -65,4 +65,4 @@ jobs:
git config --global user.email '[email protected]'
git add ./docs
git commit -m "docs(${{ env.VERSION }}): update markdown docs"
git push
git push https://${{ secrets.RELEASE_TOKEN }}@github.com/GetStream/stream-cli.git

0 comments on commit a65206c

Please sign in to comment.