Files
github-actions-magento2/.github/workflows/release-please.yml
T
2023-04-25 11:19:34 -04:00

17 lines
307 B
YAML

name: Create Release
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.MAGE_OS_CI_TOKEN }}
command: manifest
default-branch: main