mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
17 lines
312 B
YAML
17 lines
312 B
YAML
name: Create Release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v4
|
|
with:
|
|
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}
|
|
command: manifest
|
|
default-branch: main
|