From 6ee1190238afc0d2a1f3b86c3d72bc70501f5730 Mon Sep 17 00:00:00 2001 From: Josh Muir Date: Thu, 29 Aug 2024 23:11:52 +0100 Subject: [PATCH 1/4] move folder --- .github/{ => workflows}/npm-publish.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/npm-publish.yaml (100%) diff --git a/.github/npm-publish.yaml b/.github/workflows/npm-publish.yaml similarity index 100% rename from .github/npm-publish.yaml rename to .github/workflows/npm-publish.yaml From 110e126979953c5ce221bb3bde0b06f059dd5140 Mon Sep 17 00:00:00 2001 From: Josh Muir Date: Thu, 29 Aug 2024 23:17:06 +0100 Subject: [PATCH 2/4] Enable corepack --- .github/workflows/npm-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 99f37a1..bee44ad 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -30,6 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | + corepack enable yarn install --frozen-lockfile yarn build npx auto shipit \ No newline at end of file From a17e4507faa516ef631d53063f972dccf663b2f7 Mon Sep 17 00:00:00 2001 From: Josh Muir Date: Thu, 29 Aug 2024 23:18:06 +0100 Subject: [PATCH 3/4] Update lock --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6d7fc1b..336da15 100644 --- a/package.json +++ b/package.json @@ -13,4 +13,4 @@ ], "onlyPublishWithReleaseLabel": true } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 9dba241..43943b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -200,6 +200,14 @@ __metadata: languageName: node linkType: hard +"@neztore/auto-config-test@workspace:.": + version: 0.0.0-use.local + resolution: "@neztore/auto-config-test@workspace:." + dependencies: + auto: "npm:^11.2.1" + languageName: unknown + linkType: soft + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -551,14 +559,6 @@ __metadata: languageName: node linkType: hard -"auto-config-test@workspace:.": - version: 0.0.0-use.local - resolution: "auto-config-test@workspace:." - dependencies: - auto: "npm:^11.2.1" - languageName: unknown - linkType: soft - "auto@npm:^11.2.1": version: 11.2.1 resolution: "auto@npm:11.2.1" From 7030d427caa5cc84ffffd0993caac98d02328522 Mon Sep 17 00:00:00 2001 From: Josh Muir Date: Thu, 29 Aug 2024 23:20:17 +0100 Subject: [PATCH 4/4] Remove build step --- .github/workflows/npm-publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index bee44ad..8c34e61 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -32,5 +32,4 @@ jobs: run: | corepack enable yarn install --frozen-lockfile - yarn build npx auto shipit \ No newline at end of file