Skip to content

Commit

Permalink
Merge pull request #14 from gisce/sync/main-to-develop-20250108-093235
Browse files Browse the repository at this point in the history
chore: sync changes from main to develop
  • Loading branch information
mguellsegarra authored Jan 8, 2025
2 parents 730a564 + fde7884 commit c8167b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ jobs:
run: echo "branch_name=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
shell: bash

create-sync-prs:
name: Create sync PRs
needs: release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
strategy:
matrix:
target: ['alpha', 'develop']
steps:
- name: Call create sync pr
uses: gisce/[email protected]
with:
repository: ${{ env.LIBRARY_NAME }}
targetBranch: ${{ matrix.target }}
baseBranch: main
githubToken: ${{ secrets.GH_PAT }}
releaseType: ${{ needs.release.outputs.release_type }}

update-dependents:
name: Update dependent projects
needs: release
Expand Down

0 comments on commit c8167b6

Please sign in to comment.