Skip to content

Commit 4d619f9

Browse files
committed
[CI/CD] token
1 parent 08f1768 commit 4d619f9

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
run: cd ./packages/main && npm publish --access public
6666

6767

68-
- name: Configure Yarn authentication
69-
run: |
70-
echo 'npmRegistryServer: "https://registry.npmjs.org"' >> .yarnrc.yml
71-
echo 'npmAlwaysAuth: true' >> .yarnrc.yml
72-
echo 'npmAuthToken: "${{ secrets.NPM_TOKEN }}"' >> .yarnrc.yml
68+
# - name: Configure Yarn authentication
69+
# run: |
70+
# echo 'npmRegistryServer: "https://registry.npmjs.org"' >> .yarnrc.yml
71+
# echo 'npmAlwaysAuth: true' >> .yarnrc.yml
72+
# echo 'npmAuthToken: "${{ secrets.NPM_TOKEN }}"' >> .yarnrc.yml
7373

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
nodeLinker: pnp
2-
npmRegistryServer: "https://registry.npmjs.org"
2+
npmRegistryServer: "https://registry.npmjs.org/"
33
npmAlwaysAuth: true
4-
npmAuthToken: "${NODE_AUTH_TOKEN}"
4+
npmAuthToken: ${NODE_AUTH_TOKEN}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"workspaces": [
44
"packages/*"
55
],
6-
"version": "0.1.13",
6+
"version": "0.1.14",
77
"packageManager": "yarn@4.5.3",
88
"scripts": {
99
"build": "yarn workspaces foreach --all npm run build",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spreadsheet-orm/docs",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"private": true,
55
"dependencies": {
66
"spreadsheet-orm": "workspace:*"

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spreadsheet-orm",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "ORM for Google Spreadsheet - Query Builder and Schema Management for spreadsheet database",
55
"keywords": [
66
"google-spreadsheet",

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spreadsheet-orm/test",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"private": true,
55
"description": "Test suite for spreadsheet-orm",
66
"scripts": {

0 commit comments

Comments
 (0)