From 211da6054c3d55f98723dd9ffe1c8b53a082076d Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 23 Apr 2021 22:32:49 +0200 Subject: [PATCH] chore: use custom action for changeset this is temporary while I find the way to skip create github releases for alpha --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 59933b7c6..ae5e4ae4e 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -51,7 +51,7 @@ jobs: run: pnpm build - name: create versions - uses: changesets/action@master + uses: verdaccio/changeset-action@master with: version: pnpm ci:version commit: 'chore: update versions'