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.
1 parent 1dc7ee3 commit 77d3b85Copy full SHA for 77d3b85
.github/workflows/push.yaml
@@ -86,5 +86,5 @@ jobs:
86
run: dart pub get
87
- name: Publish to pub.dev
88
run: |
89
- echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.pub-cache/credentials.json
+ echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.config/dart/pub-credentials.json
90
echo y | dart pub publish
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.3.1+5
4
+- Use correct path for pub credentials.
5
+
6
## 0.3.1+4
7
- Fix `pub` command on deploy.
8
pubspec.yaml
@@ -1,5 +1,5 @@
name: d20
-version: 0.3.1+4
+version: 0.3.1+5
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