Skip to content

changes

changes #34

Workflow file for this run

name: dev-build all targets
on:
push:
branches:
- develop
- 121-issue-packaging
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
tag: dev
version: 0.0.1-SNAPSHOT #should be equal to the version of the maven project
github-release: true
prerelease: true
secrets: inherit