We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a531d7 commit febc3a8Copy full SHA for febc3a8
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
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
+ uses: changesets/action@v1.5.3
36
with:
37
publish: npm run dummy-release
38
env:
0 commit comments