Skip to content

Commit 450ee85

Browse files
committed
fix(deploy): publish as a pre-release
1 parent 8e53b22 commit 450ee85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
id: release
1818
with:
1919
release-type: node
20+
prerelease: true
2021
package-name: ${{env.PACKAGE_NAME}}
2122
pull-request-title-pattern: 'chore${scope}: release ${version} [skip-ci]'
2223
# The logic below handles the npm publication:

0 commit comments

Comments
 (0)