Skip to content

Commit 1c72566

Browse files
authored
Update release.yml
1 parent dd3d574 commit 1c72566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ncipollo/release-action@v1
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
33-
tag: 1.3.11
33+
tag: 1.3.11.1
3434
name: "AutoBrightnessControl v1.3.11"
3535
body: "The main change in version 1.3.x was adaptive brightness change depending on the content on the screen. I understand that not everyone needs such a feature, that's why there is an argument --adj.\n\nAll brightness control functionality has been moved to the BrightnessController class, which has been moved to the bright_controller.py file.\n\nNow the application works correctly with both monitors that support brightness control and those that do not."
3636
draft: false

0 commit comments

Comments
 (0)