Skip to content

Commit

Permalink
Fix publish-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed May 4, 2023
1 parent 8caf687 commit 9ec5c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
&& github.ref_protected == true
strategy:
matrix:
package-name: [ limited-cache ]
package-name: [ tiny-immutable-set ]
steps:
- uses: actions/checkout@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions packages/tiny-immutable-set/package.json
Expand Up @@ -9,12 +9,12 @@
"deep set"
],
"license": "MIT",
"homepage": "https://github.com/spautz/limited-cache/tree/main/packages/limited-cache#readme",
"bugs": "https://github.com/spautz/limited-cache/issues",
"homepage": "https://github.com/spautz/tiny-immutable-set/tree/main/packages/tiny-immutable-set#readme",
"bugs": "https://github.com/spautz/tiny-immutable-set/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/spautz/limited-cache.git",
"directory": "packages/limited-cache"
"url": "git+https://github.com/spautz/tiny-immutable-set.git",
"directory": "packages/tiny-immutable-set"
},
"author": {
"name": "Steven Pautz",
Expand Down

0 comments on commit 9ec5c74

Please sign in to comment.