File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2020 token : ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
2121 outputs :
2222 release_created : ${{ fromJSON(steps.release.outputs.paths_released)[0] != null }} # if we have a single release path, do the release
23- release_tag_name : ${{ steps.release.outputs.release_tag_name }}
23+ # release_tag_name: ${{ steps.release.outputs.release_tag_name }}
2424 paths_released : ${{ steps.release.outputs.paths_released }}
2525
2626 release :
9090 subject-path : " ${{ matrix.release }}/**/*.nupkg"
9191 sbom-path : bom.json
9292
93- - name : Attach SBOM to artifact
94- env :
95- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
96- run : gh release upload ${{ needs.release-package.outputs.release_tag_name }} bom.json
93+ # TODO: We need to look into this link and fix the tag_name https://github.com/googleapis/release-please-action?tab=readme-ov-file#outputs
94+ # Because we are using a multiple release path, we need to use the <path>--tag_name from the release-package job
95+ # - name: Attach SBOM to artifact
96+ # env:
97+ # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
98+ # run: gh release upload ${{ needs.release-package.outputs.release_tag_name }} bom.json
You can’t perform that action at this time.
0 commit comments