Skip to content

Fixed token

Fixed token #20

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: actions/setup-node@v3
with:
node-version: 16
- run: npm install [email protected] -g
- name: Write PreRelease Notes
env:
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT_REF: ${{ github.event.ref }}
run: |
tagname="${GITHUB_EVENT_REF/refs\/tags\//}"
gren release --override -d --tags=$tagname