diff --git a/.github/workflows/php83.yml b/.github/workflows/php83.yml index 8982a21..31ae4a6 100644 --- a/.github/workflows/php83.yml +++ b/.github/workflows/php83.yml @@ -49,5 +49,17 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - + + release_prod: + name: Prepare Production Release Branch / Publish Release + needs: + - "test" + runs-on: ubuntu-latest + if: github.ref == 'refs/heads/main' + steps: + - uses: actions/checkout@v4 + - uses: google-github-actions/release-please-action@v3 + with: + release-type: php + config-file: release-please-config.json + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file