Skip to content

Commit

Permalink
Update maven-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shiveshnavin committed Oct 12, 2023
1 parent 637fe61 commit fde1dc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
java-version: 11
cache: 'maven'
server-id: ossrh

- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "-SNAPSHOT"
replace: ""
include: "pom.xml"
regex: false
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
Expand Down

0 comments on commit fde1dc6

Please sign in to comment.