Skip to content

Commit fc86566

Browse files
Merge branch 'dev'
2 parents 9dd2236 + 7c0fe2f commit fc86566

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release-merge-version.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
token: ${{ github.token }}
3232
branch: dev
33-
- name: Show the next version
34-
run: |
35-
echo ${{ steps.get_next_version.outputs.next }}
3633

3734
- name: Bump version
3835
run: |
@@ -44,7 +41,7 @@ jobs:
4441
git checkout main
4542
git merge dev --no-ff
4643
- name: Create tag
47-
run: git tag ${{ steps.get_next_version.outputs.nextStrict }}
44+
run: git tag ${{ steps.get_next_version.outputs.next }}
4845
- name: Merge back into dev
4946
run: |
5047
git checkout dev

taletime/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: taletime
22
description: TaleTime App.
33
publish_to: "none" # Remove this line if you wish to publish to pub.dev
4-
version: 1.0.0+1
4+
version: 1.0.2
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)