Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jama5262 committed May 15, 2024
1 parent bf5c839 commit f5c6915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_call:

jobs:
run-tests:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
run-tests:
uses: ./.github/workflows/ci.yml
secrets: inherit
publish:
permissions:
id-token: write
needs: run-tests
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit f5c6915

Please sign in to comment.