Skip to content

Commit 6726faa

Browse files
committed
Fix formatted time
1 parent 06043f3 commit 6726faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/summary-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:
3232
tag_name: ${{ steps.current-time.outputs.time }}
33-
release_name: Month ${{ steps.current-time.outputs.time }}
33+
release_name: Month ${{ steps.current-time.outputs.formattedTime }}
3434
draft: false
3535
prerelease: false
3636
- name: Upload Release Asset
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
4343
asset_path: ./monthly-summary-$.zip
44-
asset_name: monthly-summary-${{ steps.current-time.outputs.time }}.zip
44+
asset_name: monthly-summary-${{ steps.current-time.outputs.formattedTime }}.zip
4545
asset_content_type: application/zip
4646
- name: Report Status
4747
if: always()

0 commit comments

Comments
 (0)