We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7906ec7 commit 90f3cbdCopy full SHA for 90f3cbd
.github/workflows/release.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
node-version: 14.16.1
15
registry-url: https://npm.pkg.github.com/
16
- - run: yarn publish
+ - run: yarn publish --access public
17
env:
18
NODE_AUTH_TOKEN: ${{secrets.PACKAGE_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pliancy/eslint-config-ts",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "Base eslint config for all TypeScript projects",
5
"main": "index.js",
6
"private": false,
0 commit comments