Skip to content

Commit

Permalink
chore: add ws-provider to ci (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode authored Nov 28, 2024
1 parent e6825af commit 9060305
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
token: ${{ secrets.NPM_PUBLISH_AUTOMATION_TOKEN }}
tarball-name: "substrate-smoldot-discovery-connector"
package-directory: ./packages/smoldot-discovery-connector
- name: "@substrate/ws-provider"
uses: ./.github/actions/publish-package
with:
token: ${{ secrets.NPM_PUBLISH_AUTOMATION_TOKEN }}
tarball-name: "substrate-ws-provider"
package-directory: ./packages/ws-provider

upload-extension-artifacts:
needs: [run-ci]
Expand Down

0 comments on commit 9060305

Please sign in to comment.