Update maven.yml

This commit is contained in:
potzplitz 2024-03-02 23:52:44 +01:00 committed by GitHub
parent 8971988160
commit acd8be326c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@ on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
@ -21,7 +20,7 @@ jobs:
- name: Erstellen eines Releases
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{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}}
GITHUB_TOKEN: ${{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}}
with:
# Verwendet den Tag-Namen, der den Trigger ausgelöst hat, als Tag-Name für das Release
tag_name: ${{ github.ref }}