diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4cb768e..98736bff 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.914.154454 + uses: LizardByte/actions/actions/release_setup@v2025.917.25039 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.914.154454 + uses: LizardByte/actions/actions/release_create@v2025.917.25039 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}