Skip to content

Commit 0584fd2

Browse files
committed
nic-113 restore cache-redis publishing
1 parent ff98c32 commit 0584fd2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/npm-experimental.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
- name: Build packages
3131
run: |
3232
for package in packages/*/; do
33-
if [[ "$package" == *"cache-redis"* ]]; then
34-
echo "Skipping package: $package"
35-
continue
36-
fi
3733
echo "Building package: $package"
3834
cd "$package"
3935
pnpm run build
@@ -58,10 +54,6 @@ jobs:
5854
npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
5955
VERSION=${{ steps.version.outputs.version }}
6056
for package in packages/*/; do
61-
if [[ "$package" == *"cache-redis"* ]]; then
62-
echo "Skipping package: $package"
63-
continue
64-
fi
6557
echo "Publishing package: $package"
6658
cd "$package"
6759
npm version --no-git-tag-version $VERSION

0 commit comments

Comments
 (0)