Skip to content

Commit

Permalink
chore(ci): auto-publish new release tag every month
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jul 12, 2024
1 parent 34ce04b commit cddde31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-07-01T10:13:26.756790756Z",
"version": "1.2.17",
"generated_at": "2024-07-12T18:17:26.659089994Z",
"version": "1.2.19",
"files": [
{
"path": ".editorconfig"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish-release-tag

on:
schedule:
- cron: '0 12 * * 5' # At 12:00 (12 PM) every Friday
- cron: '0 12 1 * *' # At 12:00 (12 PM) on the 1st day of every month

workflow_dispatch:
inputs:
Expand Down

0 comments on commit cddde31

Please sign in to comment.