ci: update ci actions

This commit is contained in:
Ahmad 2025-06-13 23:56:57 -04:00
parent 1360243294
commit beefc6aac0
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 23 additions and 20 deletions

View file

@ -1,4 +1,4 @@
name: Automatic Release Changelog
name: Generate Changelog
permissions:
contents: write
@ -6,7 +6,7 @@ permissions:
on:
push:
tags:
- 'v*'
- 'v*.*.*'
jobs:
release:
@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [23.x]
node-version: [24.x]
steps:
- uses: actions/checkout@v4
@ -30,6 +30,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: npx changelogithub
- run: yarn dlx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}