Skip to content

Commit 629ef97

Browse files
committed
fix: attempt to fix deployed artifact to npm
1 parent 13dd5a9 commit 629ef97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,4 @@ jobs:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
run: yarn semantic-release
3737
- name: Temporary
38-
run: ls .
39-
run: ls ./bin
40-
38+
run: echo "Current folder" && ls . && echo "Bin folder" && ls ./bin

0 commit comments

Comments
 (0)