From e659189e4807275b8f5e9b117b817f1cff319ecc Mon Sep 17 00:00:00 2001 From: Marc-Christian Schulze Date: Thu, 28 Nov 2024 17:25:15 +0100 Subject: [PATCH] Removed auto-tagging from master ci pipeline --- .github/workflows/ci.yml | 26 -------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adef514..a7687a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,29 +32,3 @@ jobs: uses: GabrielBB/xvfb-action@v1 with: run: mvn clean install -Dmaven.repo.local=./.m2 -Declipse.p2.mirrors=false - - - name: Get previous tag - id: previoustag - if: github.event_name == 'push' - uses: 'WyriHaximus/github-action-get-previous-tag@v1' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Get next minor version - id: semver - if: github.event_name == 'push' - uses: 'WyriHaximus/github-action-next-semvers@v1' - with: - version: ${{ steps.previoustag.outputs.tag }} - - - name: Create tag - if: github.event_name == 'push' - uses: actions/github-script@v5 - with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/${{ steps.semver.outputs.patch }}', - sha: context.sha - }) \ No newline at end of file diff --git a/README.md b/README.md index 916b131..d3987c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Structs4Java -[![master](https://github.com/marc-christian-schulze/structs4java/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/marc-christian-schulze/structs4java/actions/workflows/pull-request.closed.yml) +[![master](https://github.com/marc-christian-schulze/structs4java/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/marc-christian-schulze/structs4java/actions/workflows/ci.yml) [![Maven Central](https://img.shields.io/maven-central/v/com.github.marc-christian-schulze.structs4java/structs4java-maven-plugin )](https://central.sonatype.com/search?q=g:com.github.marc-christian-schulze.structs4java&smo=true) [![license](https://img.shields.io/github/license/marc-christian-schulze/structs4java.svg?maxAge=3600)](https://github.com/marc-christian-schulze/structs4java/blob/master/LICENSE)