Update create-tag.yml

Enable scheduled releases again.
This commit is contained in:
Tomáš Hozza 2023-06-30 16:39:25 +02:00 committed by GitHub
parent a2c07ea83a
commit fce19f9676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@ name: "Create and push release tag"
on:
workflow_dispatch:
#schedule:
# - cron: "0 8 * * 3"
schedule:
- cron: "0 8 * * 3"
jobs:
tag-and-push: