Skip to content

Commit b97a4c2

Browse files
committed
chore(ci): auto-publish new release tag every month
1 parent c6bac7b commit b97a4c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.anvil.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_at": "2024-07-12T18:13:37.109021401Z",
2+
"generated_at": "2024-07-12T18:16:33.525633323Z",
33
"version": "1.2.19",
44
"files": [
55
{

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish-release-tag
33

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

88
workflow_dispatch:
99
inputs:

0 commit comments

Comments
 (0)