Skip to content

RUN-1659: Add release workflows (#2) #2

RUN-1659: Add release workflows (#2)

RUN-1659: Add release workflows (#2) #2

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
jobs:
update-draft-release:

Check failure on line 9 in .github/workflows/draft-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/draft-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
if: !startsWith(github.event.head_commit.message, '[no-release-draft]')
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}