Skip to content

Commit 77d3b85

Browse files
authored
Use correct path for pub credentials (#12)
1 parent 1dc7ee3 commit 77d3b85

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
@@ -86,5 +86,5 @@ jobs:
8686
run: dart pub get
8787
- name: Publish to pub.dev
8888
run: |
89-
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.pub-cache/credentials.json
89+
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.config/dart/pub-credentials.json
9090
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+5
4+
- Use correct path for pub credentials.
5+
36
## 0.3.1+4
47
- Fix `pub` command on deploy.
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+4
2+
version: 0.3.1+5
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)