diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index ca137ff..4ec7fa0 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -4,7 +4,7 @@ name: Release Daily State # Workflow name displayed on GitHub on: workflow_dispatch: # Trigger manually schedule: - - cron: "59 23 * * *" + - cron: "30 20 * * *" # UTC is 2-3 hours behind Europe/Helsinki, my timezone permissions: contents: write @@ -31,6 +31,7 @@ jobs: config_file: .github/tag-changelog-config.js - name: Create release + if: steps.daily-version.outputs.created uses: actions/create-release@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}