Skip to content

Updated gren

Updated gren #26

Workflow file for this run

name: Generate Release Notes
on:
push:
tags:
- v*
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lakto/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
options: "--override --prerelease"