Steup CI #1

Merged
cyclane merged 4 commits from setup-ci into main 2023-12-20 15:34:41 +00:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 3d89468625 - Show all commits

View File

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

View File

@ -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()