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 6ef5c22 commit 072e418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2024-07-12T18:12:43.232927024Z",
"generated_at": "2024-07-12T18:15:41.296882854Z",
"version": "1.2.19",
"files": [
{
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 072e418

Please sign in to comment.