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