Skip to content

Commit f775c73

Browse files
committed
release
1 parent fe6a6f7 commit f775c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@main
14+
uses: actions/checkout@master
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 12.x
20-
uses: actions/setup-node@main
20+
uses: actions/setup-node@master
2121
with:
2222
node-version: 12.x
2323

@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Create Release Pull Request or Publish to npm
2828
id: changesets
29-
uses: changesets/action@main
29+
uses: changesets/action@master
3030
with:
3131
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3232
publish: yarn release

0 commit comments

Comments
 (0)