We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub
1 parent 536b030 commit 1dc7ee3Copy full SHA for 1dc7ee3
.github/workflows/push.yaml
@@ -87,4 +87,4 @@ jobs:
87
- name: Publish to pub.dev
88
run: |
89
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.pub-cache/credentials.json
90
- echo y | pub publish
+ echo y | dart pub publish
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.3.1+4
4
+- Fix `pub` command on deploy.
5
+
6
## 0.3.1+3
7
- Avoid using outdated action.
8
pubspec.yaml
@@ -1,5 +1,5 @@
name: d20
-version: 0.3.1+3
+version: 0.3.1+4
description: >
D20 is a Dart library for RPG dice rolling. Supports standard notation (like "2d12", "d6+5" and "2d20-L").
homepage: https://github.com/comigor/d20
0 commit comments