diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 9414b21..ff566fa 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -354,7 +354,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@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true artifacts: "*artifacts/*" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca3ba5..ed686a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: if: >- (github.event_name == 'push' && github.ref == 'refs/heads/master') && steps.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2023.1128.2625 + uses: LizardByte/create-release-action@v2023.1210.832 with: allowUpdates: true artifacts: ""