Skip to content

Commit

Permalink
One more attempt to publish via GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Aug 7, 2022
1 parent 6fb71e9 commit 865d274
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions network_tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.0+2

This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed.

## 3.0.0+1

This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed.
Expand Down
2 changes: 1 addition & 1 deletion network_tools/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network_tools
description: Networking Tools library which can help you discover open ports, devices on subnet and many other things.
version: 3.0.0+1
version: 3.0.0+2
issue_tracker: https://github.com/git-elliot/network_tools/issues
repository: https://github.com/git-elliot/network_tools/tree/main/network_tools

Expand Down
2 changes: 1 addition & 1 deletion pub_login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cat <<EOF > $HOME/.config/dart/pub-credentials.json
"refreshToken":"${PUB_DEV_PUBLISH_REFRESH_TOKEN}",
"tokenEndpoint":"${PUB_DEV_PUBLISH_TOKEN_ENDPOINT}",
"idToken": "${PUB_DEV_PUBLISH_ID_TOKEN}",
"scopes":["https://www.googleapis.com/auth/userinfo.email","openid"],
"scopes":["openid","https://www.googleapis.com/auth/userinfo.email"],
"expiration":${PUB_DEV_PUBLISH_EXPIRATION}
}
EOF

0 comments on commit 865d274

Please sign in to comment.