Skip to content

Commit bba9bfe

Browse files
Update release.yml
1 parent cdbaf99 commit bba9bfe

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
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
8+
concurrency: ${{ github.workflow }}-${{ github.ref }}
79

810
jobs:
911
release:
@@ -12,9 +14,6 @@ jobs:
1214
steps:
1315
- name: Checkout Repo
1416
uses: actions/checkout@v2
15-
with:
16-
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17-
fetch-depth: 0
1817

1918
- name: Setup Node.js 14.x
2019
uses: actions/setup-node@v2
@@ -25,6 +24,7 @@ jobs:
2524
run: yarn
2625

2726
- name: Create Release Pull Request or Publish to npm
27+
id: changesets
2828
uses: changesets/action@v1
2929
with:
3030
# this expects you to have a script called release which does a build for your packages and calls changeset publish

0 commit comments

Comments
 (0)