Skip to content

Commit 2fe5f40

Browse files
committed
chore: Fix publish to npm with old name
1 parent d5c2757 commit 2fe5f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
- uses: MerthinTechnologies/edit-json-action@v1
2323
with:
24-
filename: './packages/eslint-plugin-boundaries/package.json'
24+
filename: './packages/eslint-plugin/package.json'
2525
key: 'name'
2626
value: 'eslint-plugin-boundaries'
2727
- run: pnpm -r publish --no-git-checks
@@ -41,7 +41,7 @@ jobs:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242
- uses: MerthinTechnologies/edit-json-action@v1
4343
with:
44-
filename: './packages/eslint-plugin-boundaries/package.json'
44+
filename: './packages/eslint-plugin/package.json'
4545
key: 'name'
4646
value: 'eslint-plugin-boundaries'
4747
- run: pnpm -r publish --no-git-checks --tag beta

0 commit comments

Comments
 (0)