From 8ff19679ccddfb50b48103ba06aacf7ae7f5dcf6 Mon Sep 17 00:00:00 2001 From: Eyuel Berga Woldemichael <30384633+eyuelberga@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:59:54 +0300 Subject: [PATCH] ci: update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b001a1..46fbde9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,13 +17,13 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Checkout Repo - uses: actions/checkout@main + uses: actions/checkout@master with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js 12.x - uses: actions/setup-node@main + uses: actions/setup-node@master with: node-version: 12.x @@ -44,7 +44,7 @@ jobs: git config --global user.name "eyuelberga" - name: Publish packages - uses: changesets/action@main + uses: changesets/action@master with: publish: yarn release commit: 'chore(release): version packages'