diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8076b5c1..30a73527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2025.715.25226 + uses: LizardByte/actions/actions/release_setup@v2025.814.40518 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -369,7 +369,7 @@ jobs: - name: Create/Update GitHub Release if: false # TODO: move release to separate job # if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/actions/actions/release_create@v2025.715.25226 + uses: LizardByte/actions/actions/release_create@v2025.814.40518 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}