Skip to content

Commit

Permalink
Not sure but somehow date was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski authored Nov 28, 2024
1 parent 1cbdbd0 commit b26500c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Newsletter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
latest_tag=$(git describe --tags --abbrev=0)
echo "latest_tag=${latest_tag}" >> "$GITHUB_ENV"
- name: Get the current date
run: |
current_date=$(date +"%d/%m/%Y")
echo "current_date=${current_date}" >> $GITHUB_ENV
- name: Get the most active author in the last week for MaCh3
run: |
Expand Down

0 comments on commit b26500c

Please sign in to comment.