We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ff196 commit d51c457Copy full SHA for d51c457
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Dart and Flutter Package Publisher
18
- uses: k-paxian/dart-package-publisher@f77facb198d722a4c307649f6a39410195d40684
+ uses: k-paxian/dart-package-publisher@v1.5.1
19
with:
20
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
21
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
0 commit comments