Skip to content

Update Release Workflows #67

Update Release Workflows

Update Release Workflows #67

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_release.yml

Invalid workflow file

(Line: 20, Col: 20): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GITHUB_TOKEN
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
permissions: write-all
jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/ci-workflows/actions/github/createRelease@v2
permissions:
contents: write
with:
generateReleaseNotes: true
isDraft: false
token: ${{ secrets.GITHUB_TOKEN }}