We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e57e4c3 + 87367ff commit c7b42ffCopy full SHA for c7b42ff
.github/workflows/auto-release.yml
@@ -1,4 +1,4 @@
1
-name: Daily Build
+name: Auto Release
2
3
on:
4
schedule:
@@ -44,6 +44,9 @@ jobs:
44
echo "CAN_RELEASE=false" >> $env:GITHUB_ENV
45
}
46
47
+ $date = (Get-Date -Format "yyyy.MM.dd")
48
+ echo "date=$date" >> $env:GITHUB_ENV
49
+
50
- name: Check New Commit
51
shell: pwsh
52
run: |
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish
push:
5
- branches: ["main", "dev=main"]
+ branches: ["main"]
6
pull_request:
7
branches: ["main"]
8
0 commit comments