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 4295d34 commit 5123cec
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
outputs:
git-sha: ${{ steps.get-version.outputs.git-sha }}
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: ${{ steps.set-versions.outputs.package-version }}
binary-version: ${{ steps.set-versions.outputs.binary-version }}
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: ${{ 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 @@ -154,7 +154,4 @@ jobs:
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 }}).
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 }}).
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 }}).

0 comments on commit 5123cec

Please sign in to comment.