Skip to content

Commit

Permalink
Schedule a new release bi-weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jan 30, 2024
1 parent 99dd45f commit 354f438
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: scheduled
on:
workflow_dispatch:
schedule:
- cron: "0 0 1/15 * *"

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 🤘 checkout
uses: actions/checkout@v2

- name: 🚀 release
run: |
gh auth status
gh release create v$(date "+%Y.%m.%d") --generate-notes
3 changes: 2 additions & 1 deletion Chromium.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\scheduled.yml = .github\workflows\scheduled.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "chromium", "src\chromium\chromium.csproj", "{361F5BDA-1D20-4225-86DA-D23E98040882}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "chromium.win-x86", "src\chromium.win-x86\chromium.win-x86.msbuildproj", "{61C09B9D-468B-40F6-B9C1-E383F21B8CF9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysis", "src\CodeAnalysis\CodeAnalysis.csproj", "{1E3B76EC-9828-4381-9FD0-672C2AAF77F9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeAnalysis", "src\CodeAnalysis\CodeAnalysis.csproj", "{1E3B76EC-9828-4381-9FD0-672C2AAF77F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 354f438

Please sign in to comment.