Update maven.yml
This commit is contained in:
parent
8971988160
commit
acd8be326c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/maven.yml
vendored
3
.github/workflows/maven.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue