Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

build(deps): bump LizardByte/create-release-action from 2024.611.132610 to 2024.614.221009 #197

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
uses: LizardByte/create-release-action@v2024.611.132610
uses: LizardByte/create-release-action@v2024.614.221009
with:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:

- name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
uses: LizardByte/create-release-action@v2024.611.132610
uses: LizardByte/create-release-action@v2024.614.221009
with:
allowUpdates: true
artifacts: "*artifacts/*"
Expand Down