diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 2c572d4..56d0ee6 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -133,6 +133,11 @@ jobs: echo "Released xetup.exe (commit ${SHORT})" - name: Update deploy.json + # Cosmetic "last build" indicator. Requires docker.sock in the job + # container (runner container.docker_host). Non-fatal: the signed + # release is already published by this point, so a failure here must + # not fail the build. + continue-on-error: true run: | SHORT=$(echo "${{ github.sha }}" | cut -c1-7) TS=$(date -u +%Y-%m-%dT%H:%M:%SZ)