From 135fb6cc7d36fbb5c404745f7299ffa1efdb0ffb Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 20 Jan 2026 01:57:13 -0500 Subject: [PATCH] Cleanup --- .github/workflows/default_release_notes.md | 1 - .github/workflows/release.yml | 2 +- .github/workflows/update_config_branch.yml | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default_release_notes.md b/.github/workflows/default_release_notes.md index 925b3ac..5cc73ec 100644 --- a/.github/workflows/default_release_notes.md +++ b/.github/workflows/default_release_notes.md @@ -3,4 +3,3 @@ - Download `tabletdrivercleanup.zip`. - Extract the contents of the zip. - Run `tabletdrivercleanup.exe` as administrator. - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca2fa6d..f77b1d4 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - "*" jobs: - build-win: + build-win-and-release: runs-on: windows-latest permissions: contents: write diff --git a/.github/workflows/update_config_branch.yml b/.github/workflows/update_config_branch.yml index c0d4471..7c76865 100644 --- a/.github/workflows/update_config_branch.yml +++ b/.github/workflows/update_config_branch.yml @@ -1,6 +1,7 @@ name: Update Config Branch on: + workflow_dispatch: release: types: [published] @@ -11,7 +12,7 @@ jobs: contents: write steps: - uses: actions/checkout@v6 - - name: create pull request + - name: Create pull request run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}