From 9ec5c746be9868b0e31873fa4a1555f28b24a7fc Mon Sep 17 00:00:00 2001 From: Steven Pautz Date: Wed, 3 May 2023 21:46:24 -0400 Subject: [PATCH] Fix publish-release action --- .github/workflows/publish-release.yml | 2 +- packages/tiny-immutable-set/package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c4b0c3c..bda6086 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -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: diff --git a/packages/tiny-immutable-set/package.json b/packages/tiny-immutable-set/package.json index 8678a33..9647bb8 100644 --- a/packages/tiny-immutable-set/package.json +++ b/packages/tiny-immutable-set/package.json @@ -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",