Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kastel committed Sep 14, 2024
1 parent 45bdfca commit aeae457
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# push:
# branches:
# - main
# push:
# branches:
# - main
jobs:
publish:
permissions:
Expand All @@ -17,3 +17,4 @@ jobs:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
use-flutter: true
environment: pub.dev

0 comments on commit aeae457

Please sign in to comment.