Skip to content

Commit 1dc7ee3

Browse files
authored
Fix pub command on deploy (#11)
I HATE the fact PR's must be merged so the release pipeline can be properly tested.
1 parent 536b030 commit 1dc7ee3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
- name: Publish to pub.dev
8888
run: |
8989
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.pub-cache/credentials.json
90-
echo y | pub publish
90+
echo y | dart pub publish

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.3.1+4
4+
- Fix `pub` command on deploy.
5+
36
## 0.3.1+3
47
- Avoid using outdated action.
58

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: d20
2-
version: 0.3.1+3
2+
version: 0.3.1+4
33
description: >
44
D20 is a Dart library for RPG dice rolling. Supports standard notation (like "2d12", "d6+5" and "2d20-L").
55
homepage: https://github.com/comigor/d20

0 commit comments

Comments
 (0)