Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vpomuran committed Jul 8, 2024
1 parent 8b003d5 commit 487b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:

- name: Generate License
run: |
export $DDATE=`date "+%Y"`
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 487b5b2

Please sign in to comment.