File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
upload_url : ${{ steps.create_release.outputs.upload_url }}
45
45
asset_path : ./target/flyway-lambda-1.${{ github.run_number }}-jar-with-dependencies.jar
46
- asset_name : flyway-lambda-1.${{ github.run_number }}- jar-with-dependencies.jar
46
+ asset_name : flyway-lambda-jar-with-dependencies.jar
47
47
asset_content_type : application/jar
48
- # - run: git tag -a v1.$GITHUB_RUN_NUMBER -m "new release 1.$GITHUB_RUN_NUMBER"
49
48
- run : mvn versions:set -D"nextSnapshot=true"
50
49
- run : git commit -am "New snapshot version [skip ci]"
51
50
- run : git push --follow-tags
Original file line number Diff line number Diff line change 95
95
<manifest >
96
96
<mainClass >com.lydtechconsulting.flywaylambda.FlywayHandler</mainClass >
97
97
</manifest >
98
+ <manifestSections >
99
+ <manifestSection >
100
+ <name >${project.name} </name >
101
+ <manifestEntries >
102
+ <groupId >${project.groupId} </groupId >
103
+ <artifactId >${project.artifactId}</artifactId >
104
+ <version >${project.version} </version >
105
+ </manifestEntries >
106
+ </manifestSection >
107
+ </manifestSections >
98
108
</archive >
99
109
<descriptorRefs >
100
110
<descriptorRef >jar-with-dependencies</descriptorRef >
You can’t perform that action at this time.
0 commit comments