Skip to content

Commit 815f880

Browse files
committed
Disable auto-prerelease again (noDRM#358)
1 parent 9ae77c4 commit 815f880

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

.github/workflows/main.yml

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,45 @@ jobs:
2121
DeDRM_tools_*.zip
2222
DeDRM_tools.zip
2323
24-
- name: Delete old release
25-
uses: cb80/delrel@latest
26-
with:
27-
tag: autorelease
28-
token: ${{ github.token }}
29-
30-
- name: Delete old tag
31-
uses: dev-drprasad/delete-tag-and-release@v1.0
32-
with:
33-
tag_name: autorelease
34-
github_token: ${{ github.token }}
35-
delete_release: true
36-
37-
- name: Prepare release
38-
run: cp DeDRM_tools.zip DeDRM_alpha_${{ github.sha }}.zip
39-
40-
- name: Auto-release
41-
id: autorelease
42-
uses: softprops/action-gh-release@v1
43-
with:
44-
tag_name: autorelease
45-
token: ${{ github.token }}
46-
name: Automatic alpha release with latest changes
47-
body: |
48-
This release is automatically generated by Github for each commit.
49-
50-
This means, every time a change is made to this repo, this release will be updated to contain an untested copy of the plugin at that stage. This will contain the most up-to-date code, but it's not tested at all and may be broken.
51-
52-
Last update based on Git commit ${{ github.sha }}.
53-
prerelease: true
54-
draft: true
55-
files: DeDRM_alpha_${{ github.sha }}.zip
56-
57-
- name: Make release public
58-
uses: irongut/EditRelease@v1.2.0
59-
with:
60-
token: ${{ github.token }}
61-
id: ${{ steps.autorelease.outputs.id }}
62-
draft: false
63-
prerelease: true
64-
24+
# - name: Delete old release
25+
# uses: cb80/delrel@latest
26+
# with:
27+
# tag: autorelease
28+
# token: ${{ github.token }}
29+
#
30+
# - name: Delete old tag
31+
# uses: dev-drprasad/delete-tag-and-release@v1.0
32+
# with:
33+
# tag_name: autorelease
34+
# github_token: ${{ github.token }}
35+
# delete_release: true
36+
#
37+
# - name: Prepare release
38+
# run: cp DeDRM_tools.zip DeDRM_alpha_${{ github.sha }}.zip
39+
#
40+
# - name: Auto-release
41+
# id: autorelease
42+
# uses: softprops/action-gh-release@v1
43+
# with:
44+
# tag_name: autorelease
45+
# token: ${{ github.token }}
46+
# name: Automatic alpha release with latest changes
47+
# body: |
48+
# This release is automatically generated by Github for each commit.
49+
#
50+
# This means, every time a change is made to this repo, this release will be updated to contain an untested copy of the plugin at that stage. This will contain the most up-to-date code, but it's not tested at all and may be broken.
51+
#
52+
# Last update based on Git commit ${{ github.sha }}.
53+
# prerelease: true
54+
# draft: true
55+
# files: DeDRM_alpha_${{ github.sha }}.zip
56+
#
57+
# - name: Make release public
58+
# uses: irongut/EditRelease@v1.2.0
59+
# with:
60+
# token: ${{ github.token }}
61+
# id: ${{ steps.autorelease.outputs.id }}
62+
# draft: false
63+
# prerelease: true
64+
#
65+
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DeDRM tools for ebooks
33

44
This is a fork of Apprentice Harper's version of the DeDRM tools. Apprentice Harper said that the original version of the plugin [is no longer maintained](https://github.com/apprenticeharper/DeDRM_tools#no-longer-maintained), so I've taken over, merged a bunch of open PRs, and added a ton more features and bugfixes.
55

6-
The latest stable (released) version is v10.0.3 which [can be downloaded here](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.3). The latest `master` build (will be automatically updated with every code change, may be unstable) [can be found here](https://github.com/noDRM/DeDRM_tools/releases/tag/autorelease).
6+
The latest stable (released) version is v10.0.3 which [can be downloaded here](https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.3).
77

88
Take a look at [the CHANGELOG](https://github.com/noDRM/DeDRM_tools/blob/master/CHANGELOG.md) to see a list of changes since the last version by Apprentice Harper (v7.2.1). This plugin will start with version v10.0.0.
99

0 commit comments

Comments
 (0)