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 6 additions and 3 deletions
Showing only changes of commit 9164ff2443 - Show all commits

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