Skip to content

Commit

Permalink
Fix deploy decumentation after backport (#766)
Browse files Browse the repository at this point in the history
* Fix deploy decumentation after backport

* Add merge commit message
  • Loading branch information
lwronski committed Mar 9, 2022
1 parent 1250723 commit b21d03d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
with:
fetch-depth: 0
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_SCALA_CLI }}
- uses: coursier/cache-action@v6.3
- uses: VirtusLab/scala-cli-setup@267af2f1ed4911180b4bb25619ca4a586753cbd1
with:
Expand All @@ -316,13 +317,12 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- name: Update stable branch
if: env.SHOULD_PUBLISH == 'true' && startsWith(github.ref, 'refs/tags/v')
uses: devmasx/merge-branch@8b86512c768bec19827894f0a39a776809668189
with:
type: now
message: 'Back port of documentation changes to stable'
from_branch: main
target_branch: stable
github_token: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name gh-actions
git config user.email actions@github.com
git checkout stable
git merge main -m "Back port of documentation changes to stable"
git push origin stable
launchers:
timeout-minutes: 20
Expand Down

0 comments on commit b21d03d

Please sign in to comment.