Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomini committed Jan 19, 2024
1 parent a47d48d commit 9ebf38d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@trilon'
- run: yarn install --frozen-lockfile
- run: yarn npm publish --access public
- run: |
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs

npmScopes:
trilon:
npmRegistryServer: 'https://registry.npmjs.org/'
npmPublishRegistry: 'https://registry.npmjs.org/'
npmAlwaysAuth: true
npmAuthToken: ${env:NPM_TOKEN}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilon/eslint-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "Official Trilon Eslint Plugin",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down Expand Up @@ -50,4 +50,4 @@
"peerDependencies": {
"eslint": ">=8.0.0"
}
}
}

0 comments on commit 9ebf38d

Please sign in to comment.