We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d45e commit cf0dde3Copy full SHA for cf0dde3
1 file changed
.github/workflows/build_1.21.8.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Create Release
67
uses: ncipollo/release-action@v1
68
with:
69
- tag: ${{ env.version }}-{{ env.commit_tag }}
+ tag: ${{ env.commit_tag }}
70
name: LemonMint ${{ env.version }} - ${{ env.commit_tag }}
71
body: |
72
## 📦Version: `${{ env.version }}` | Commit ${{ env.commit_tag }}
@@ -75,6 +75,5 @@ jobs:
75
${{ env.commit_msg }}
76
artifacts: |
77
lemonMint-server/build/libs/lemonMint-paperclip-*-mojmap.jar
78
- generateReleaseNotes: true
79
makeLatest: true
80
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments