Skip to content

Commit 3a531d7

Browse files
authored
ci(release): pin changesets/action to v1.4.10 due to v1.5.0 tag push regression (#87)
refs: changesets/action#465
1 parent 122f75f commit 3a531d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929

3030
- name: Create Release Pull Request
3131
id: changesets
32-
uses: changesets/action@v1
32+
# v1.5.0 以降、custom release スクリプトを使っているケースでローカル tag が作成されなくなった
33+
# 当座の回避策として v1.4.10 に固定する
34+
# ref: https://github.com/changesets/action/issues/465
35+
uses: changesets/action@v1.4.10
3336
with:
3437
publish: npm run dummy-release
3538
env:

0 commit comments

Comments
 (0)