Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 00:28:01 +01:00 committed by GitHub
parent 50b6fb5245
commit b90218b56f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,6 @@ jobs:
id: tag
run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.tag }}