We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa7f57 commit 361f035Copy full SHA for 361f035
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
name: publish-snapshots${{ (github.ref_name != 'main' || github.repository != 'open-telemetry/opentelemetry-java') && ' (skipped)' || '' }}
125
# intentionally not blocking snapshot publishing on markdown-link-check or misspell-check
126
needs: build
127
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
128
steps:
129
- uses: actions/checkout@v4
130
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
release:
7
8
outputs:
9
version: ${{ steps.create-github-release.outputs.version }}
10
0 commit comments