Skip to content

Commit 47b29c6

Browse files
author
Giuseppe Pennisi
committed
fix: publish minor fix
1 parent f58a9f7 commit 47b29c6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
run: npm run affected:test -- --base="origin/master" --codeCoverage
5555

5656
- name: Setup version of tagged libraries
57-
run: |
58-
if [ -d "$PWD/packages/$LIBRARY" ]; then
59-
cd $PWD/packages/$LIBRARY
60-
npm version ${VERSION} --allow-same-version
61-
echo "Bumping $LIBRARY"
62-
cd ..
63-
cd ..
64-
fi
57+
run: |
58+
if [ -d "$PWD/packages/$LIBRARY" ]; then
59+
cd $PWD/packages/$LIBRARY
60+
npm version ${VERSION} --allow-same-version
61+
echo "Bumping $LIBRARY"
62+
cd ..
63+
cd ..
64+
fi
6565
6666
- name: Builds components
6767
run: npm run build --prod --with-deps --base="origin/master"

0 commit comments

Comments
 (0)