mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 14:14:20 +00:00
ci: update ci actions
This commit is contained in:
parent
1360243294
commit
beefc6aac0
5 changed files with 23 additions and 20 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue