Skip to content

Commit 341b475

Browse files
committed
Check npm pack contents
1 parent 56bb03a commit 341b475

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
env:
8181
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282

83-
- name: Publish compiled proto definitions
84-
uses: actions/upload-artifact@v4
85-
with:
86-
path: protobuf_definitions
83+
- name: Check npm pack contents
84+
run: |
85+
cd protobuf_definitions
86+
npm pack
87+
tar -tzf *.tgz

0 commit comments

Comments
 (0)