Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 13:43:32 +01:00 committed by GitHub
parent e780ed6445
commit c854dd18bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,13 +27,14 @@ jobs:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write # This line gives the token permission to create releases
contents: write
steps:
- uses: actions/checkout@v3
- name: Generate tag
id: tag
run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}