Update maven.yml

This commit is contained in:
James Peters 2022-01-17 21:35:42 +00:00 committed by GitHub
parent a8f864f3ae
commit 9365fc700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
with:
draft: true
generate_release_notes: true