mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-26 17:56:28 +08:00
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
"refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}",
|
"refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}",
|
||||||
"tokenEndpoint":"https://accounts.google.com/o/oauth2/token",
|
"tokenEndpoint":"https://accounts.google.com/o/oauth2/token",
|
||||||
"scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
|
"scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
|
||||||
"expiration": 1624388694898
|
"expiration": 1626373611962
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
- name: Git config
|
- name: Git config
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
## 0.7.24
|
|
||||||
- Adding git config to publish workflow. [`#149`](https://github.com/rive-app/rive-flutter/pull/149)
|
|
||||||
|
|
||||||
## 0.7.22 - (2021-06-22)
|
## 0.7.22 - (2021-06-22)
|
||||||
- Stroke don't draw when their thickness is 0.
|
- Stroke don't draw when their thickness is 0.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: rive
|
name: rive
|
||||||
description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
|
description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
|
||||||
version: 0.7.23
|
version: 0.7.22
|
||||||
repository: https://github.com/rive-app/rive-flutter
|
repository: https://github.com/rive-app/rive-flutter
|
||||||
homepage: https://rive.app
|
homepage: https://rive.app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user