Skip to content

Commit

Permalink
fix release workflow (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC authored Dec 13, 2023
1 parent 4087b41 commit 668fea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
working-directory: ./inspectit-ocelot-documentation/docs
run: |
find . -type f -print0 | xargs -0 sed -i 's/{inspectit-ocelot-version}/'"${{ github.ref_name }}"'/g'
OPEN_CENSUS_VERSION=$(cat ../../gradle.properties | grep -oP '(?<=openCensusVersion=).*')
OPEN_CENSUS_VERSION=$(grep -oP 'ioOpencensus\s*=\s*"\K[^"]+' ../../gradle/libs.versions.toml)
find . -type f -print0 | xargs -0 sed -i 's/{opencensus-version}/'"${OPEN_CENSUS_VERSION}"'/g'
- name: Create new Documentation Version
run: |
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ comLinecorpArmeria = "1.23.1"
ioGithubNetmikeyLogunit = "1.1.3"
ioGrpc = "1.43.3"
# Ensure to adapt the netty version when changing the OpenCensus version
# If you rename or move this variable to another file, adjust the release-workflow
ioOpencensus = "0.31.1"
ioOpentelemetry = "1.29.0"
ioOpentelemetryAlpha = "1.29.0-alpha"
Expand Down

0 comments on commit 668fea5

Please sign in to comment.