File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed
Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ name: Liberar nova versão Maven
22
33on :
44 workflow_dispatch :
5- inputs :
6- version :
7- description : ' Release version'
8- required : true
9- type : string
5+ push :
6+ tags :
7+ - ' 4.*'
108
119jobs :
1210 release :
8785 export GPG_TTY=$(tty)
8886 git config user.name "github-actions[bot]"
8987 git config user.email "github-actions[bot]@users.noreply.github.com"
90- mvn deploy -B --no-transfer-progress
91-
92- - name : Create GitHub Release
93- if : success()
94- uses : softprops/action-gh-release@v2
95- with :
96- tag_name : v${{ env.RELEASE_VERSION }}
97- name : Release v${{ env.RELEASE_VERSION }}
98- body_path : CHANGELOG.md
99- draft : false
100- prerelease : false
101- files : |
102- target/paf-nfce-${{ env.RELEASE_VERSION }}.jar
103- target/paf-nfce-${{ env.RELEASE_VERSION }}-sources.jar
104- target/paf-nfce-${{ env.RELEASE_VERSION }}-javadoc.jar
88+ mvn deploy -B --no-transfer-progress
You can’t perform that action at this time.
0 commit comments