Skip to content

Commit cf0dde3

Browse files
authored
Update build_1.21.8.yml
1 parent 8d7d45e commit cf0dde3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_1.21.8.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Create Release
6767
uses: ncipollo/release-action@v1
6868
with:
69-
tag: ${{ env.version }}-{{ env.commit_tag }}
69+
tag: ${{ env.commit_tag }}
7070
name: LemonMint ${{ env.version }} - ${{ env.commit_tag }}
7171
body: |
7272
## 📦Version: `${{ env.version }}` | Commit ${{ env.commit_tag }}
@@ -75,6 +75,5 @@ jobs:
7575
${{ env.commit_msg }}
7676
artifacts: |
7777
lemonMint-server/build/libs/lemonMint-paperclip-*-mojmap.jar
78-
generateReleaseNotes: true
7978
makeLatest: true
8079
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)