Skip to content

Commit 90f3cbd

Browse files
Try public access flag
1 parent 7906ec7 commit 90f3cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: 14.16.1
1515
registry-url: https://npm.pkg.github.com/
16-
- run: yarn publish
16+
- run: yarn publish --access public
1717
env:
1818
NODE_AUTH_TOKEN: ${{secrets.PACKAGE_TOKEN}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pliancy/eslint-config-ts",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Base eslint config for all TypeScript projects",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)