From d4b0d923c8b03e4133410463a2fa8bc446913f5a Mon Sep 17 00:00:00 2001 From: Kyle Scott Date: Sun, 30 Jul 2023 20:46:07 -0400 Subject: [PATCH 1/3] . --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ec526f..c13fd44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup - uses: ./.github/actions/setup + uses: ./.github/actions/setup-js - name: Create release pull request or publish to npm id: changesets From e37d82635bafe9cb38d6b3e87f1f720359f73f7b Mon Sep 17 00:00:00 2001 From: Kyle Scott Date: Sun, 30 Jul 2023 20:49:12 -0400 Subject: [PATCH 2/3] udpate workflow --- .github/workflows/release.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c13fd44..ffc67d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,18 +15,17 @@ jobs: with: # This fetches the entire Git history so that Changesets can generate changelogs with the correct commits. fetch-depth: 0 - - name: Setup uses: ./.github/actions/setup-js - + - name: Install foundry + uses: foundry-rs/foundry-toolchain@v1 + with: + version: nightly - name: Create release pull request or publish to npm id: changesets - uses: changesets/action@v1.4.1 + uses: changesets/action@v1 with: - title: "chore: version packages" - commit: "chore: version packages" - version: pnpm changeset:version - publish: pnpm changeset:release + publish: pnpm build env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file From 0f3db69c3441d1b0520171d84e855b94cca3a78a Mon Sep 17 00:00:00 2001 From: Kyle Scott Date: Sun, 30 Jul 2023 20:50:09 -0400 Subject: [PATCH 3/3] docs(changeset): Trying to fix the ci --- .changeset/dry-pumas-swim.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dry-pumas-swim.md diff --git a/.changeset/dry-pumas-swim.md b/.changeset/dry-pumas-swim.md new file mode 100644 index 0000000..b944671 --- /dev/null +++ b/.changeset/dry-pumas-swim.md @@ -0,0 +1,5 @@ +--- +"reverse-mirage": patch +--- + +Trying to fix the ci