Skip to content

Commit 6119bd0

Browse files
committed
ci: lock version of release action and skip test on release
1 parent 1cb4af4 commit 6119bd0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,25 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v1
1313
- name: Publish "cryptography"
14-
uses: k-paxian/dart-package-publisher@master
14+
uses: k-paxian/dart-package-publisher@v1.6
1515
with:
1616
relativePath: cryptography
17+
skipTests: true
1718
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
1819
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
1920
- name: Publish "cryptography_flutter"
20-
uses: k-paxian/dart-package-publisher@master
21+
uses: k-paxian/dart-package-publisher@v1.6
2122
with:
2223
flutter: true
24+
skipTests: true
2325
relativePath: cryptography_flutter
2426
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
2527
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
2628
- name: Publish "jwk"
27-
uses: k-paxian/dart-package-publisher@master
29+
uses: k-paxian/dart-package-publisher@v1.6
2830
with:
2931
flutter: true
32+
skipTests: true
3033
relativePath: jwk
3134
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
3235
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}

0 commit comments

Comments
 (0)