Skip to content

Commit e77fe32

Browse files
committed
Publish to github packages
1 parent e556cfc commit e77fe32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ jobs:
7171
cd protobuf_definitions
7272
npm run build
7373
74+
- name: Publish to GitHub Packages
75+
run: |
76+
cd protobuf_definitions
77+
npm publish
78+
env:
79+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+
7481
- name: Publish compiled proto definitions
7582
uses: actions/upload-artifact@v4
7683
with:

0 commit comments

Comments
 (0)