the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix release.yml

+3 -1
+3 -1
.github/workflows/release.yml
··· 21 21 - name: Set env 22 22 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV 23 23 - name: Build 24 - run: fluentci run . compile 24 + run: | 25 + rm .fluentci/deno.lock 26 + fluentci run . compile 25 27 env: 26 28 TAG: ${{ env.RELEASE_VERSION }} 27 29 TARGET: ${{ matrix.target }}