Skip to content

Commit 378dab0

Browse files
committed
Fix more
1 parent 6726faa commit 378dab0

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
1717
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
18-
- name: Zip archives
18+
- name: Zip exports
1919
run: |
2020
zip --junk-paths monthly-summary *.csv
2121
- name: Get current time
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
with:
32-
tag_name: ${{ steps.current-time.outputs.time }}
32+
tag_name: ${{ steps.current-time.outputs.formattedTime }}
3333
release_name: Month ${{ steps.current-time.outputs.formattedTime }}
3434
draft: false
3535
prerelease: false

0 commit comments

Comments
 (0)