add stdout to release notes
This commit is contained in:
@@ -57,10 +57,9 @@ jobs:
|
||||
- name: Install package
|
||||
run: poetry install --no-interaction
|
||||
- name: Generate new calendar Files
|
||||
run: poetry run generate-ics
|
||||
run: poetry run generate-ics | tee output/run_logs.txt
|
||||
env:
|
||||
GOOGLE_SERVICE_ACCOUNT_CREDS: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}
|
||||
|
||||
#----------------------------------------------
|
||||
# load cached venv if cache exists
|
||||
#----------------------------------------------
|
||||
@@ -93,5 +92,6 @@ jobs:
|
||||
with:
|
||||
name: ${{ steps.time.outputs.time }}
|
||||
tag_name: ${{ steps.time_tag.outputs.tag }}
|
||||
body_path: output/run-logs.txt
|
||||
files: |-
|
||||
calendars.zip
|
||||
Reference in New Issue
Block a user