Skip to content

Commit

Permalink
ci: re-sync develop with main
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani authored Aug 13, 2023
1 parent b25aca7 commit 391ca73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ jobs:
branch: ${{ github.ref }}
tags: true

- name: Nightly Merge
uses: robotology/[email protected]
with:
allow_ff: true
ff_only: true
stable_branch: 'main'
development_branch: 'develop'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive Extension Files
if: steps.semver.outputs.version != ''
run: zip -r Chorus.zip . -x "*.git*" "*.*rc" "*.md"
Expand Down

0 comments on commit 391ca73

Please sign in to comment.