Skip to content

Commit

Permalink
update new workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Jun 29, 2021
1 parent 5929850 commit e6ce8fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/26-create-release-branch-other-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Generate release on documentation repo
run: |
cd docs-ritchie
git config user.name github-actions
git config user.email [email protected]
git checkout -b test-${{ steps.vars.outputs.tag }}
git add . ; git commit -m "Creating new release according the Ritchie CLI tag ${{ steps.vars.outputs.tag }}"
git push origin test-${{ steps.vars.outputs.tag }}

0 comments on commit e6ce8fe

Please sign in to comment.