Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Feb 7, 2025
1 parent f914d7e commit 7ce65f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-state-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

with:
script: |
const branchName = "${{ steps.commit_bump.outputs.branch_name }}"";
const branchName = "${{ steps.commit_bump.outputs.branch_name }}";
const newVersion = "${{ steps.commit_bump.outputs.new_version }}";
const { data: pullRequest } = await github.pulls.create({
Expand Down
1 change: 1 addition & 0 deletions prompt-shared-state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function MyComponent() {
```
Any changes to the store will be reflected across all microfrontends using this library.


### Module Federation Configuration
For the state to be truly _shared_ among all microfrontends, configure **Module Federation** to treat `@tumaet/prompt-shared-state` as a singleton:

Expand Down

0 comments on commit 7ce65f5

Please sign in to comment.