Skip to content

Commit

Permalink
O11Y-3369: Migrate opentelemetry-dart to GHA
Browse files Browse the repository at this point in the history
 - Update reusable workflow location.
  • Loading branch information
michaelyeager-wf committed Oct 19, 2023
1 parent 121362f commit 92f6b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
permissions:
id-token: write # Required for authentication using OIDC
runs-on: ubuntu-latest
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -25,4 +26,3 @@ jobs:
run: make init
- name: Package Artifacts
run: ./package.sh
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit 92f6b8f

Please sign in to comment.