Skip to content

Commit 6b748fc

Browse files
authored
Bump prerelease levels instead of prepatch in preview-release GH action (#863)
1 parent 8c08327 commit 6b748fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: bump-semver
1717
with:
1818
current_version: ${{ steps.get-latest-tag.outputs.tag }}
19-
level: prepatch
19+
level: prerelease
2020
- uses: actions-ecosystem/action-push-tag@v1
2121
with:
2222
tag: ${{ steps.bump-semver.outputs.new_version }}

0 commit comments

Comments
 (0)