From bd5e4f07ae6f632bcd34d222ebbf29a35b2e14f4 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Fri, 16 Dec 2022 19:22:52 +0100 Subject: [PATCH 1/3] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cc71b0..5a5a157 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Tree (Data Structure) [![maven](https://img.shields.io/maven-central/v/com.github.adriankuta/tree-structure?style=plastic)](https://mvnrepository.com/artifact/com.github.adriankuta/tree-structure) [![License: MIT](https://img.shields.io/github/license/AdrianKuta/Tree-Data-Structure?style=plastic)](https://github.com/AdrianKuta/Tree-Data-Structure/blob/master/LICENSE) -[![Publish](https://github.com/AdrianKuta/Tree-Data-Structure/actions/workflows/publish.yml/badge.svg)](https://github.com/AdrianKuta/Tree-Data-Structure/actions/workflows/publish.yml) +[![Publish](https://github.com/AdrianKuta/Tree-Data-Structure/actions/workflows/publishRelease.yml/badge.svg)](https://github.com/AdrianKuta/Tree-Data-Structure/actions/workflows/publish.yml) Simple implementation to store object in tree structure. From 90af31522269e7b548aba7c37c16ede43dceeb33 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Fri, 16 Dec 2022 19:23:23 +0100 Subject: [PATCH 2/3] Fix release CI --- .github/workflows/publishRelease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index fd7dbe8..d0ab840 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -12,6 +12,7 @@ jobs: secrets: inherit publish: + needs: test name: Publish Production environment: production runs-on: ubuntu-latest From 308c37720dbd84f63cf5a25c8ac49a6dfc322dc6 Mon Sep 17 00:00:00 2001 From: Adrian Kuta Date: Fri, 16 Dec 2022 19:24:35 +0100 Subject: [PATCH 3/3] Fix snapshot CI --- .github/workflows/publishSnapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishSnapshot.yml b/.github/workflows/publishSnapshot.yml index a01692d..e7031ed 100644 --- a/.github/workflows/publishSnapshot.yml +++ b/.github/workflows/publishSnapshot.yml @@ -32,4 +32,4 @@ jobs: SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }} SIGNING_KEY: ${{ secrets.SIGNING_KEY }} SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }} - SNAPSHOT: false \ No newline at end of file + SNAPSHOT: true \ No newline at end of file