Skip to content

Commit 56d3ec1

Browse files
authored
Merge pull request #21 from CycloneDX/fix-release-action
no more config.json copy in release action
2 parents 09ffd85 + 374cfbb commit 56d3ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
goos: ${{ matrix.goos }}
5858
goarch: ${{ matrix.goarch }}
59-
extra_files: LICENSE config.json ${{env.SBOM_NAME}}
59+
extra_files: LICENSE ${{env.SBOM_NAME}}
6060
# "auto" will use ZIP for Windows, otherwise default is TAR
6161
compress_assets: auto
6262
# NOTE: This verbose flag may be removed

0 commit comments

Comments
 (0)