mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 06:57:24 +02:00
Update .github/workflows/bump-version.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
71ad41b4fc
commit
f43fd9af3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bump-version.yml
vendored
4
.github/workflows/bump-version.yml
vendored
|
|
@ -21,8 +21,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# fetch-depth 2 so git diff HEAD~1 HEAD works for detecting changed files
|
# fetch-depth 2 so git diff HEAD~1 HEAD works for detecting changed files
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
# Use a token so the pushed commit triggers deploy.yml
|
# Use a PAT/GitHub App token so the pushed commit can trigger deploy.yml and other workflows
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.RELEASE_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue