Skip to content

feat: added github actions #1

feat: added github actions

feat: added github actions #1

# This worklflow will perform following actions when the code is pushed to main branch.
# - Trigger release-please action to create release.
#
# Maintainers:
# - name: Nisha Sharma
# - email: [email protected]
name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true