Skip to content

Commit

Permalink
Test merged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Apr 3, 2024
1 parent 2ddc078 commit 9f52d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f52d5b

Please sign in to comment.