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

View File

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