Skip to content

init config

init config #1

name: 'Release Please 🏭'
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
steps:

Check failure on line 14 in .github/workflows/release-please.yaml

View workflow run for this annotation

GitHub Actions / Release Please 🏭

Invalid workflow file

The workflow is not valid. .github/workflows/release-please.yaml (Line: 14, Col: 5): Required property is missing: runs-on
- name: Checkout
uses: actions/checkout@v4
- name: 🤠 Checkout salesforce-actions
uses: actions/checkout@v4
with:
repository: victor-wang-anz/private-actions
token: ${{ secrets.GITHUB_TOKEN }}
path: ./.actions
- name: Run Release Please
uses: ./.actions/release-please-action
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
target-branch: main