tiny commit
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -1,8 +1,7 @@
|
||||
name: Publish to Pub.dev
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push
|
||||
|
||||
jobs:
|
||||
publishing:
|
||||
@ -16,3 +15,5 @@ jobs:
|
||||
with:
|
||||
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
|
||||
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
|
||||
skipTests: true
|
||||
flutter: true
|
||||
|
Reference in New Issue
Block a user