Skip to content

Commit 3572abc

Browse files
committed
chore: updated changelog and renamed publish workflow file
1 parent 19afda9 commit 3572abc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish-draft.yaml renamed to .github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-draft
1+
name: publish
22
on:
33
push:
44
tags: # trigger the publish job on tag creation
@@ -30,14 +30,15 @@ jobs:
3030
channel: stable
3131
- run: flutter doctor -v
3232

33-
- name: Append GITHUB_RUN_NUMBER to version
33+
- name: Update GITHUB_RUN_NUMBER to version
3434
run: ./update_version.sh
3535

3636
- name: Publish package
3737
run: |
3838
mkdir -p ~/.config/dart
3939
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.config/dart/pub-credentials.json
4040
flutter pub publish --dry-run
41+
flutter pub publish
4142
4243
- name: Git commit the updated pubspec.yaml
4344
run: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changes to the project are tracked using build numbers behind the version number
1111

1212
## [Unreleased]
1313

14-
## [0.7.0+2] - 2023-12-12
14+
## [0.7.0+8] - 2023-12-12
1515

1616
- Added transaction support.
1717
- Implemented `set()`, `unset()`, `signup()`, `signin()`, `patch()`, `version()` and `health()`.

0 commit comments

Comments
 (0)