Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 12, 2024
1 parent 15c1836 commit 4295d34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
otc-version: ${{ steps.set-versions.outputs.otc-version }}
otc-build-number: ${{ steps.set-versions.outputs.otc-build-number }}
otc-sumo-version: ${{ steps.set-versions.outputs.otc-sumo-version }}
package-version: ${{ needs.set-versions.outputs.otc-version }}-${{ needs.get-version.outputs.otc-build-number }}
binary-version: ${{ needs.set-versions.outputs.otc-version }}-sumo-${{ needs.get-version.outputs.otc-sumo-version }}
package-version: ${{ steps.set-versions.outputs.package-version }}
binary-version: ${{ steps.set-versions.outputs.binary-version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down Expand Up @@ -57,6 +57,8 @@ jobs:
echo otc_version="$(cat artifacts/otc-version.txt)" >> $GITHUB_OUTPUT
echo otc_build_number="$(cat artifacts/otc-build-number.txt)" >> $GITHUB_OUTPUT
echo otc_sumo_version="$(cat artifacts/otc-sumo-version.txt)" >> $GITHUB_OUTPUT
echo package_version="${otc_version}-${otc_build_number}" >> $GITHUB_OUTPUT
echo binary_version="${otc_version}-sumo-${otc_sumo_version}" >> $GITHUB_OUTPUT
- name: Output OTC Version
run: |
Expand Down Expand Up @@ -147,14 +149,12 @@ jobs:

artifacts: "artifacts/*"
artifactErrorsFailBuild: true
replacesArtifacts: true
replacesArtifacts: false

body: |
This release packages Sumo Logic Distributions for OpenTelemetry Collector
[${{ needs.get-version.outputs.binary-version }}](https://github.com/SumoLogic/sumologic-otel-collector/releases/tag/v${{ needs.get-version.outputs.binary-version }}).
This release packages Sumo Logic Distributions for OpenTelemetry Collector [${{ needs.get-version.outputs.binary-version }}](https://github.com/SumoLogic/sumologic-otel-collector/releases/tag/v${{ needs.get-version.outputs.binary-version }}).
The changelog below is for the package itself, rather than the Sumo
Logic Distribution for OpenTelemetry Collector. The changelog for
the Sumo Logic Distribution for OpenTelemetry Collector can be found
on the collector's
[release page](https://github.com/SumoLogic/sumologic-otel-collector/releases/tag/v${{ needs.get-version.outputs.binary-version }}).
on the collector's [release page](https://github.com/SumoLogic/sumologic-otel-collector/releases/tag/v${{ needs.get-version.outputs.binary-version }}).

0 comments on commit 4295d34

Please sign in to comment.