diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f71cf66..8ce98f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,5 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'ref/tags/') with: - files: released/*.jar \ No newline at end of file + files: released/*.jar + tag_name: ${{ github.ref }} \ No newline at end of file