Skip to content

Commit 48612f2

Browse files
committed
fix paths
1 parent f0a9bad commit 48612f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
package_dir="sdk/typescript"
133133
fi
134134
135-
cd "packages/$package_dir"
135+
pushd "packages/$package_dir" > /dev/null
136136
npm version "$NEW_VERSION" --no-git-tag-version
137-
cd ../..
137+
popd > /dev/null
138138
fi
139139
done
140140

0 commit comments

Comments
 (0)