We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c818023 + 135fb6c commit 0d41321Copy full SHA for 0d41321
3 files changed
.github/workflows/default_release_notes.md
@@ -3,4 +3,3 @@
3
- Download `tabletdrivercleanup.zip`.
4
- Extract the contents of the zip.
5
- Run `tabletdrivercleanup.exe` as administrator.
6
-
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
- "*"
7
8
jobs:
9
- build-win:
+ build-win-and-release:
10
runs-on: windows-latest
11
permissions:
12
contents: write
.github/workflows/update_config_branch.yml
@@ -1,6 +1,7 @@
1
name: Update Config Branch
2
on:
+ workflow_dispatch:
release:
types: [published]
@@ -11,7 +12,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
- - name: create pull request
15
+ - name: Create pull request
16
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments