From 988ab45ea006d78276f305aa5f4b22fbe8cd27e0 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 30 Apr 2022 16:10:42 +0530 Subject: [PATCH] [skip-ci] Create new release in addition to tag --- .github/workflows/update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 68292c5..c06fc76 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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: