Skip to content

Merge pull request #46 from i-Cell-Mobilsoft-Open-Source/feature/45-a… #37

Merge pull request #46 from i-Cell-Mobilsoft-Open-Source/feature/45-a…

Merge pull request #46 from i-Cell-Mobilsoft-Open-Source/feature/45-a… #37

on:
milestone:
types: [closed]

Check failure on line 4 in .github/workflows/create-release-notes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-release-notes.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
name: create-release-notes
permissions: write-all
jobs:
create-release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: i-Cell-Mobilsoft-Open-Source/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: gh release create ${{ github.event.milestone.title }} -F RELEASE_NOTES.md
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}