mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
fix config name
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Create Release Notes
|
- name: Create Release Notes
|
||||||
run: |
|
run: |
|
||||||
npm install github-release-notes@0.16.0 -g
|
npm install github-release-notes@0.16.0 -g
|
||||||
gren changelog --generate --config="/.github/workflows/config.grenrc.js"
|
gren changelog --generate --config="/.github/workflows/config.grenrc.cjs"
|
||||||
env:
|
env:
|
||||||
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user