Skip to content

Commit d2eac6f

Browse files
committed
chore: updated changelog and publish package step
1 parent fcf244f commit d2eac6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
41+
flutter pub publish --force
4242
4343
- name: Git commit the updated pubspec.yaml
4444
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+3] - 2023-12-12
1515

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

0 commit comments

Comments
 (0)