From 9f52d5b373d952b6c54dab7c525acf1789bfeb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Sumis=C5=82awski?= Date: Wed, 3 Apr 2024 11:10:17 +0200 Subject: [PATCH] Test merged versions --- .github/workflows/publish-nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-nodejs.yml b/.github/workflows/publish-nodejs.yml index 43ad2bfb0f..0aa7e10271 100644 --- a/.github/workflows/publish-nodejs.yml +++ b/.github/workflows/publish-nodejs.yml @@ -24,13 +24,13 @@ jobs: with: path: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }} repository: coralogix/opentelemetry-js-contrib - ref: refs/heads/coralogix-autoinstrumentation + ref: refs/heads/merge-0.39.0 ssh-key: ${{ secrets.OPENTELEMETRY_CI_GITHUB_KEY }} - uses: actions/checkout@v3 with: path: ${{ env.OPENTELEMETRY_JS_PATH }} repository: coralogix/opentelemetry-js - ref: refs/heads/coralogix-autoinstrumentation + ref: refs/heads/merge-0.49.1 ssh-key: ${{ secrets.OPENTELEMETRY_CI_GITHUB_KEY }} - name: Generate version files in opentelemetry-js-contrib working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}