Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewizer committed Oct 6, 2024
1 parent ccb71c1 commit bca2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Extract build and copyright information into variables
id: info
run: |
echo "BUILD=$(date +'%Y%m%d')${{ github.run_number }}" >> $GITHUB_ENV
echo "BUILD=${{ github.run_number }}" >> $GITHUB_ENV
echo "COPYRIGHT=$(echo © $(date -u +%Y) Bytewizer. All rights reserved.)" >> $GITHUB_ENV
- name: Show build information
run: |
Expand Down

0 comments on commit bca2047

Please sign in to comment.