Skip to content

Commit b252698

Browse files
committed
Publish CLI dev builds to npm
The main workflow already packs the CLI package for tag releases, but removed its npm tarball for branch builds before uploading the publish artifact. Keep the CLI tarball in branch builds so build.yaml can publish it with the dev dist-tag alongside the other packages. Assisted-by: Codex:gpt-5.4
1 parent ab649fa commit b252698

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ jobs:
361361
rm "$pkg"
362362
fi
363363
done
364-
if [[ "$GITHUB_REF_TYPE" != tag ]]; then
365-
rm fedify-cli-*.tgz
366-
fi
367364
- uses: actions/upload-artifact@v7
368365
with:
369366
name: npm-packages

0 commit comments

Comments
 (0)