Skip to content

Commit 2c43d90

Browse files
authored
Merge pull request #4 from rameel/gh-actions
Update github action
2 parents 772ff39 + 409fcad commit 2c43d90

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
run: npm run build
3333

3434
- name: Publish packages
35-
run: |
36-
for dir in dist/*; do
37-
if [ -d "$dir" ]; then
38-
cd "$dir"
39-
npm publish --access public
40-
cd - > /dev/null
41-
fi
42-
done
35+
run: npm publish --access public
4336
env:
4437
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4538

0 commit comments

Comments
 (0)