Skip to content

update workflow version #46

update workflow version

update workflow version #46

Workflow file for this run

name: dev-build all targets
on:
push:
branches:
- develop
- 121-issue-packaging # TODO remove
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
winVersion: 0.0.1 #requirements: https://learn.microsoft.com/en-gb/windows/win32/msi/productversion
github-release: true
prerelease: true
secrets: inherit