Skip to content

chore(deps): bump laravel/pint from 1.13.1 to 1.13.6 #441

chore(deps): bump laravel/pint from 1.13.1 to 1.13.6

chore(deps): bump laravel/pint from 1.13.1 to 1.13.6 #441

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release-created: ${{ steps.rp.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v3
id: rp
with:
release-type: php
token: ${{ secrets.PAT }}
extra-files: |
config/app.php
deploy-into-production:
needs: [ release-please ]
if: ${{ needs.release-please.outputs.release-created }}
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: Production