Test release
This commit is contained in:
parent
931bb3244f
commit
9164ff2443
|
@ -1,8 +1,11 @@
|
||||||
name: Publish Workflow
|
name: Publish Workflow
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- v*
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish library
|
name: Publish library
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "net.koval.teamcity-build-step-extension-test-task"
|
group = "net.koval.teamcity-build-step-extension-test-task"
|
||||||
version = System.getenv("FILESYSTEM_VERSION")
|
version = "0.0.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Reference in New Issue