Update maven.yml
This commit is contained in:
parent
2b0d04fb1d
commit
cc4696ae17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: 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
|
||||
GITHUB_TOKEN: ${{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}}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue