[skip-ci] Create new release in addition to tag

This commit is contained in:
Nemo 2022-04-30 16:10:42 +05:30
parent 294650f558
commit 988ab45ea0
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ jobs:
file_pattern: "*.csv"
status_options: '--untracked-files=no'
tagging_message: "v${{ steps.current-time.outputs.formattedTime }}"
- name: Create Release
if: ${{ github.event_name == 'schedule' }}
run: gh release create "v${{ steps.current-time.outputs.formattedTime }}" --notes "v${{steps.current-time.outputs.formattedTime}}" *.csv
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.event_name == 'push' }}
with: