Revert "Test release"
Test Workflow / Lint and test library (pull_request) Successful in 8m21s Details

This reverts commit 9164ff2443.
This commit is contained in:
Gleb Koval 2023-12-20 15:24:11 +00:00
parent 1fd3fa8907
commit 3d89468625
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 6 deletions

View File

@ -1,11 +1,8 @@
name: Publish Workflow name: Publish Workflow
on: on:
pull_request:
branches:
- main
push: push:
branches: tags:
- main - v*
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 = "0.0.0" version = System.getenv("FILESYSTEM_VERSION")
repositories { repositories {
mavenCentral() mavenCentral()