We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c2757 commit 2fe5f40Copy full SHA for 2fe5f40
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- uses: MerthinTechnologies/edit-json-action@v1
23
with:
24
- filename: './packages/eslint-plugin-boundaries/package.json'
+ filename: './packages/eslint-plugin/package.json'
25
key: 'name'
26
value: 'eslint-plugin-boundaries'
27
- run: pnpm -r publish --no-git-checks
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
- run: pnpm -r publish --no-git-checks --tag beta
0 commit comments