Workflow to trigger new release on commit
Closed this issue · 1 comments
shaidar commented
Description/Context
Create a GitHub workflow to create a jar
file from the ol-spi assets and publishing a new release.
Plan/Design
- Using Github workflows run:
- mvn clean install from the ol-spi folder
- upload jar file from target folder to GitHub
- start a new release
shaidar commented
Created a Github workflow that trigger an action to create jar file and upload it to a new release.