kbss-cvut / bpmn2stamp

1 stars 0 forks source link

Automate package build #32

Closed blcham closed 2 years ago

blcham commented 2 years ago

Should be done using github actions.

A/C:

grigobog commented 2 years ago

Created GitHub action to automate:

grigobog commented 2 years ago

Implemented version extraction from pom.xml in action workflow.

blcham commented 2 years ago

Implemented version extraction from pom.xml in action workflow.

FYI, you could use [#32] within the commit message so the commit would appear here automatically.

Wow, have no idea what this is :) : echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)