Skip to content

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
diniz-lucas committed Apr 26, 2024
1 parent 77cd26b commit d774852
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
branches:
- main

jobs:
publish:
name: 'Publish to pub.dev'
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

#jobs:
# publish:
# name: 'Publish to pub.dev'
Expand Down Expand Up @@ -36,16 +43,6 @@ on:






jobs:
publish:
name: 'Publish to pub.dev'
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

#jobs:
# publish:
# name: 'Publish to pub.dev'
Expand Down

0 comments on commit d774852

Please sign in to comment.