From 2088f7c6810382aae983adc41f4c5b0b2f6b848d Mon Sep 17 00:00:00 2001 From: Nils Diekmann Date: Sat, 3 Aug 2024 10:53:22 +0200 Subject: [PATCH] - remove now retryable action --- .github/workflows/ci.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 270a3b4..32c3cac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,16 +44,7 @@ jobs: echo 'SEMANTIC_VERSION: ' $SEMANTIC_VERSION echo "semantic_version=$SEMANTIC_VERSION" >> $GITHUB_OUTPUT echo "major_minor_patch=$MAJOR_MINOR_PATCH" >> $GITHUB_OUTPUT - - name: Create semantic versioning git tag - uses: actions/github-script@v7 - with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: "refs/tags/v${{ steps.semantic_version.outputs.semantic_version }}", - sha: context.sha - }) + - name: Delete Git Tags uses: KinNeko-De/cleanup-outdated-tag-action@v0.1.1 with: