diff --git a/.github/workflows/dart_ci.yaml b/.github/workflows/dart_ci.yaml index b0a25c2b..5bcbaea8 100644 --- a/.github/workflows/dart_ci.yaml +++ b/.github/workflows/dart_ci.yaml @@ -44,3 +44,5 @@ jobs: run: dart pub global activate remove_from_coverage - name: Ignore Files For Coverage run: dart pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r 'lib\/src\/sdk\/proto\/opentelemetry\/proto\/.+' + - name: Package Artifacts + run: ./package.sh diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1dae949d..bd5a36e0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,20 +9,4 @@ jobs: publish: 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: - submodules: true - - uses: dart-lang/setup-dart@v1 - with: - sdk: 2.18.7 - - name: Install protobuf-compiler - run: sudo apt install -y protobuf-compiler - - name: Install Dart dependencies - run: dart pub get - - name: Initialize protobuf - run: make init - - name: Package Artifacts - run: ./package.sh