diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc952d2..2099359 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +38,5 @@ jobs: with: files: target/inventory-tools.jar token: ${{ secrets.REPOSITORY_TOKEN }} - tag_name: ${{ steps.datetime.outputs.TAG_NAME }} \ No newline at end of file + tag_name: ${{ steps.datetime.outputs.TAG_NAME }} + name: ${{ steps.datetime.outputs.TAG_NAME }} \ No newline at end of file