Update maven.yml
This commit is contained in:
parent
50b6fb5245
commit
b90218b56f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/maven.yml
vendored
1
.github/workflows/maven.yml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
||||||
id: tag
|
id: tag
|
||||||
run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
|
run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.tag.outputs.tag }}
|
tag_name: ${{ steps.tag.outputs.tag }}
|
||||||
|
|
Loading…
Reference in a new issue