From 1fbab7f02c594214e2ff9b1d182430ba91c4bc0e Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 10 Aug 2022 08:46:14 +0300 Subject: [PATCH 1/3] fix and test --- .changeset/tough-comics-relax.md | 5 +++++ .github/workflows/canary.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tough-comics-relax.md diff --git a/.changeset/tough-comics-relax.md b/.changeset/tough-comics-relax.md new file mode 100644 index 00000000..8daa12a8 --- /dev/null +++ b/.changeset/tough-comics-relax.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/client-apollo': patch +--- + +Test diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index a5a908a5..03ed307d 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -26,7 +26,7 @@ jobs: - name: Release Canary id: canary - uses: 'the-guild-org/changesets-snapshot-action@main' + uses: 'the-guild-org/changesets-snapshot-action@v0.0.1' with: tag: alpha prepareScript: 'yarn build' From e38afe4c0600118d6b67d738930790c415a29b72 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 10 Aug 2022 08:48:56 +0300 Subject: [PATCH 2/3] wip --- .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 77649dd6..84a25004 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: dotansimha/changesets-action@1bd10e16a393db098c8f537c719621962c0d5571 + uses: dotansimha/changesets-action@v1.3.1 with: publish: yarn release commit: 'chore(release): update monorepo packages versions' From c0aad4184c0d43448a5f9cb2555a156e6467b003 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Wed, 10 Aug 2022 08:50:42 +0300 Subject: [PATCH 3/3] delete test file --- .changeset/tough-comics-relax.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/tough-comics-relax.md diff --git a/.changeset/tough-comics-relax.md b/.changeset/tough-comics-relax.md deleted file mode 100644 index 8daa12a8..00000000 --- a/.changeset/tough-comics-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphprotocol/client-apollo': patch ---- - -Test