Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyuelberga authored Jun 25, 2021
1 parent 85874bd commit 8ff1967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
Expand Down

0 comments on commit 8ff1967

Please sign in to comment.