Skip to content

Commit

Permalink
Fix current-date
Browse files Browse the repository at this point in the history
Fix from `current-time` to `current-date`
  • Loading branch information
TomBrien committed Apr 20, 2020
1 parent dd0921a commit 736a980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.run_number }}
name: ${{ format('Member list as of {0}', steps.current-time.outputs.formattedTime )}}
name: ${{ format('Member list as of {0}', steps.current-date.outputs.formattedTime )}}
gzip: false
files: >
./member_list.pdf
Expand Down

0 comments on commit 736a980

Please sign in to comment.