Skip to content

Commit e1622d8

Browse files
committed
update build.yml
1 parent 5622367 commit e1622d8

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,3 @@ jobs:
5454
run: ./gradlew modrinth
5555
env:
5656
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
57-
- name: create github release
58-
if: ${{ runner.os == 'Linux' && matrix.java == '17' && startsWith(github.event.head_commit.message, 'update mod version to ') }}
59-
uses: softprops/action-gh-release@v0.1.15
60-
with:
61-
files: build/libs/*.jar
62-
body_path: release.md
63-
name: "v${{ vars.mod_version }} For Minecraft 1.17"
64-
tag_name: "v${{ vars.mod_version }}"
65-
target_commitish: ${{ github.sha }}
66-
token: ${{ secrets.GITHUB_TOKEN }}
67-
generate_release_notes: true

release.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)