Skip to content

Commit

Permalink
OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
comigor committed Jan 26, 2023
1 parent b9a8850 commit cfc32a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
run: dart pub get
- name: Publish to pub.dev
run: |
mkdir -p ~/.config/dart/pub-credentials.json
mkdir -p ~/.config/dart
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.config/dart/pub-credentials.json
echo y | dart pub publish
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.4.3
## 0.4.4
- (Really) fix CI

## 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: big_decimal
version: 0.4.3
version: 0.4.4
description: >
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
Expand Down

0 comments on commit cfc32a9

Please sign in to comment.