Skip to content

Commit

Permalink
Changed gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Code42Maestro committed Oct 7, 2023
1 parent 2f18d5d commit fd5270a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish to pub.dev

on:
workflow_dispatch:
release:
branches:
- master
types: [ published ]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -14,4 +15,5 @@ jobs:
with:
publish: true
pubdev_token: ${{ secrets.CREDENTIAL_BASE64 }}
dart_sdk: true
dart_sdk: "3.0.0"
line_length: 80

0 comments on commit fd5270a

Please sign in to comment.