We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd2236 + 7c0fe2f commit fc86566Copy full SHA for fc86566
2 files changed
.github/workflows/release-merge-version.yaml
@@ -30,9 +30,6 @@ jobs:
30
with:
31
token: ${{ github.token }}
32
branch: dev
33
- - name: Show the next version
34
- run: |
35
- echo ${{ steps.get_next_version.outputs.next }}
36
37
- name: Bump version
38
run: |
@@ -44,7 +41,7 @@ jobs:
44
41
git checkout main
45
42
git merge dev --no-ff
46
43
- name: Create tag
47
- run: git tag ${{ steps.get_next_version.outputs.nextStrict }}
+ run: git tag ${{ steps.get_next_version.outputs.next }}
48
- name: Merge back into dev
49
50
git checkout dev
taletime/pubspec.yaml
@@ -1,7 +1,7 @@
1
name: taletime
2
description: TaleTime App.
3
publish_to: "none" # Remove this line if you wish to publish to pub.dev
4
-version: 1.0.0+1
+version: 1.0.2
5
6
environment:
7
sdk: ">=3.0.0 <4.0.0"
0 commit comments