chore: update global workflows (#2653)
This commit is contained in:
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@@ -362,7 +362,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.608.160245
|
uses: LizardByte/create-release-action@v2024.609.5014
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "*artifacts/*"
|
artifacts: "*artifacts/*"
|
||||||
|
|||||||
2
.github/workflows/update-changelog.yml
vendored
2
.github/workflows/update-changelog.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update Changelog
|
- name: Update Changelog
|
||||||
uses: LizardByte/update-changelog-action@v2024.520.183314
|
uses: LizardByte/update-changelog-action@v2024.609.4705
|
||||||
with:
|
with:
|
||||||
changelogBranch: changelog
|
changelogBranch: changelog
|
||||||
changelogFile: CHANGELOG.md
|
changelogFile: CHANGELOG.md
|
||||||
|
|||||||
Reference in New Issue
Block a user