Skip to content

Commit 0ebb0a4

Browse files
authored
Update prepare-release workflow to add +beta suffix (#654)
1 parent c4b070d commit 0ebb0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: realm/ci-actions/update-changelog@92b1c91f266809c4374947b8846c09c9049b6f3d
2020
with:
2121
changelog: ${{ github.workspace }}/CHANGELOG.md
22-
version-suffix: '+alpha'
22+
version-suffix: '+beta'
2323

2424

2525
- name: Update pubspec.yaml

0 commit comments

Comments
 (0)