summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-06-25 18:51:46 +0200
committerNoDRM <[email protected]>2023-06-25 18:51:46 +0200
commit815f880e347a20c1802ea8ddc72d4a22762d0e44 (patch)
tree61d1f2509fff0f0a6e8f110ad955ff94dfc7a068 /.github
parent9ae77c438fcc6d47ae882abd8f7000bea90c4b50 (diff)
Disable auto-prerelease again (#358)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml83
1 files changed, 42 insertions, 41 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 01e5bc9..0cfcf2c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -21,44 +21,45 @@ jobs:
DeDRM_tools_*.zip
DeDRM_tools.zip
- - name: Delete old release
- uses: cb80/delrel@latest
- with:
- tag: autorelease
- token: ${{ github.token }}
-
- - name: Delete old tag
- uses: dev-drprasad/[email protected]
- with:
- tag_name: autorelease
- github_token: ${{ github.token }}
- delete_release: true
-
- - name: Prepare release
- run: cp DeDRM_tools.zip DeDRM_alpha_${{ github.sha }}.zip
-
- - name: Auto-release
- id: autorelease
- uses: softprops/action-gh-release@v1
- with:
- tag_name: autorelease
- token: ${{ github.token }}
- name: Automatic alpha release with latest changes
- body: |
- This release is automatically generated by Github for each commit.
-
- 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.
-
- Last update based on Git commit ${{ github.sha }}.
- prerelease: true
- draft: true
- files: DeDRM_alpha_${{ github.sha }}.zip
-
- - name: Make release public
- uses: irongut/[email protected]
- with:
- token: ${{ github.token }}
- id: ${{ steps.autorelease.outputs.id }}
- draft: false
- prerelease: true
-
+# - name: Delete old release
+# uses: cb80/delrel@latest
+# with:
+# tag: autorelease
+# token: ${{ github.token }}
+#
+# - name: Delete old tag
+# uses: dev-drprasad/[email protected]
+# with:
+# tag_name: autorelease
+# github_token: ${{ github.token }}
+# delete_release: true
+#
+# - name: Prepare release
+# run: cp DeDRM_tools.zip DeDRM_alpha_${{ github.sha }}.zip
+#
+# - name: Auto-release
+# id: autorelease
+# uses: softprops/action-gh-release@v1
+# with:
+# tag_name: autorelease
+# token: ${{ github.token }}
+# name: Automatic alpha release with latest changes
+# body: |
+# This release is automatically generated by Github for each commit.
+#
+# 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.
+#
+# Last update based on Git commit ${{ github.sha }}.
+# prerelease: true
+# draft: true
+# files: DeDRM_alpha_${{ github.sha }}.zip
+#
+# - name: Make release public
+# uses: irongut/[email protected]
+# with:
+# token: ${{ github.token }}
+# id: ${{ steps.autorelease.outputs.id }}
+# draft: false
+# prerelease: true
+#
+# \ No newline at end of file