ci: update ci actions

This commit is contained in:
Ahmad 2025-06-14 00:22:08 -04:00
parent beefc6aac0
commit 79b8353e1b
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -30,6 +30,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: yarn cache: yarn
- run: yarn dlx changelogithub - name: Generate Changelog
run: yarn dlx changelogithub
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}