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.
2 parents 26aa7d3 + 8fe56f3 commit 1871239Copy full SHA for 1871239
.github/workflows/release.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
# This script runs ONLY when publishing (Phase 2)
31
publish: npm run release
32
+ createGithubReleases: true
33
# This script runs ONLY when creating version PR (Phase 1)
34
version: npm run version
35
env:
0 commit comments