Test release

This commit is contained in:
Gleb Koval 2023-12-20 13:29:58 +00:00
parent 931bb3244f
commit 9164ff2443
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
name: Publish Workflow
on:
pull_request:
branches:
- main
push:
tags:
- v*
branches:
- main
jobs:
publish:
name: Publish library

View File

@ -6,7 +6,7 @@ plugins {
}
group = "net.koval.teamcity-build-step-extension-test-task"
version = System.getenv("FILESYSTEM_VERSION")
version = "0.0.0"
repositories {
mavenCentral()