We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6726faa commit 378dab0Copy full SHA for 378dab0
.github/workflows/summary-release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
17
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
18
- - name: Zip archives
+ - name: Zip exports
19
run: |
20
zip --junk-paths monthly-summary *.csv
21
- name: Get current time
@@ -29,7 +29,7 @@ jobs:
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- tag_name: ${{ steps.current-time.outputs.time }}
+ tag_name: ${{ steps.current-time.outputs.formattedTime }}
33
release_name: Month ${{ steps.current-time.outputs.formattedTime }}
34
draft: false
35
prerelease: false
0 commit comments