Skip to content

Commit

Permalink
added LICENSE.txt generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpomuran committed Jul 8, 2024
1 parent d11b9ca commit 8b003d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
path: /var/tmp/sbom_output_docker/_manifest/spdx_2.2/manifest.spdx.json
name: "DOCKER SBOM"

- name: Generate License
run: |
export $DDATE=`date "+%Y"`
sed "s/Copyright \[yyyy\] \[name of copyright owner\]/Copyright $DDATE Juniper,Inc/"< build-templates/LICENSE.txt > LICENSE.txt
- name: Commit and push changes
run: |
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit 8b003d5

Please sign in to comment.