Skip to content

[Build] Add manual trigger for updateRelease workflow #1

[Build] Add manual trigger for updateRelease workflow

[Build] Add manual trigger for updateRelease workflow #1

Workflow file for this run

name: Update to next release
on:
milestone:
types: [created]
workflow_dispatch

Check failure on line 5 in .github/workflows/updateRelease.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/updateRelease.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
update:
if: contains(github.event.milestone.description, 'Release')
permissions:
pull-requests: write
contents: write
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateRelease.yml@master