We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d1eeb commit c1f4824Copy full SHA for c1f4824
2 files changed
.github/workflows/nightly.yml
@@ -7,8 +7,6 @@ on:
7
# Triggers the workflow on push or pull request events but only for the "main" branch
8
push:
9
branches: [ "master" ]
10
- pull_request:
11
- branches: [ "master" ]
12
13
workflow_dispatch:
14
@@ -35,7 +33,6 @@ jobs:
35
33
id: get_filepath
36
34
run: |
37
echo "file_path=$(python CreatePlugin.py)" >> $GITHUB_OUTPUT
38
- # echo "::set-output name=file_path::$(python CreatePlugin.py)"
39
40
- name: Update git tag
41
Package.ini
@@ -1,6 +1,6 @@
1
Name = Data Manager
2
Author = docDoom; modded by T3KNOGHO57; Fixes by maforget; Icon by 600WPMPO
3
-Version = 2.07.05.826
+Version = 2.07.05.828
4
Image = dataMan.png
5
Description = manages data in your ComicRack library
6
KeepFiles = dataman.dat,user.ini
0 commit comments