Skip to content

Commit

Permalink
add mrl package to dev version publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Oct 25, 2024
1 parent fc4e393 commit a37cb61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jobs:
- name: 🚀 Publish sdk
working-directory: ./packages/sdk
run: pnpm publish --tag dev

- name: 🚀 Publish mrl
working-directory: ./packages/mrl
run: pnpm publish --tag dev
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"neuroweb",
"nodl",
"nodle",
"npmjs",
"onfinality",
"parachain",
"parachains",
Expand Down

0 comments on commit a37cb61

Please sign in to comment.