mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 15:47:24 +01:00
chore: merge base branch changes (package-lock.json sync, RELEASE_BOT_TOKEN, node 24.x, comment fix)
Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
This commit is contained in:
parent
0e43af6c62
commit
af84dfe9ed
3 changed files with 23 additions and 4 deletions
6
.github/workflows/bump-version.yml
vendored
6
.github/workflows/bump-version.yml
vendored
|
|
@ -21,13 +21,13 @@ jobs:
|
|||
with:
|
||||
# fetch-depth 2 so git diff HEAD~1 HEAD works for detecting changed files
|
||||
fetch-depth: 2
|
||||
# Use a token so the pushed commit triggers deploy.yml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Use a PAT/GitHub App token so the pushed commit can trigger deploy.yml and other workflows
|
||||
token: ${{ secrets.RELEASE_BOT_TOKEN }}
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: lts/*
|
||||
node-version: '24.x'
|
||||
cache: npm
|
||||
|
||||
- name: Determine bump type from PR labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue