Skip to content

Commit

Permalink
chore(ci): Changed release name and tag in maven.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaforc committed Sep 8, 2024
1 parent c831e9f commit 51f7083
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,4 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref }} # Use the current tag for the release
name: Release ${{ github.ref }}
commit: ${{ github.sha }}
draft: false
prerelease: false
artifacts: "target/*.jar"

0 comments on commit 51f7083

Please sign in to comment.