Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRobsAT committed Jul 4, 2024
1 parent b780b28 commit ceb5119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-update-cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: date
run: |
echo "RELEASE_DATE=& Get-Date -format yyyy-MM-dd" >> $GITHUB_ENV
echo "the release date is ${RELEASE_DATE}"
echo "the release date is ${{RELEASE_DATE}}"
- name: edit version number
uses: fjogeleit/yaml-update-action@main
with:
Expand All @@ -28,5 +28,5 @@ jobs:
changes: |
{
"version": "1.0.6",
"date-released": "${RELEASE_DATE}"
"date-released": "${{RELEASE_DATE}}"
}

0 comments on commit ceb5119

Please sign in to comment.