From cb164e2ca2494270dc8c29dbdafa42b7b2929854 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 27 Mar 2025 20:35:54 +0100 Subject: [PATCH] Remove what seems to be useless tags. --- .github/workflows/main.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 025a0d8f8..ecd195cdb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -750,29 +750,6 @@ jobs: if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v4 - - name: delete tag - continue-on-error: true - uses: actions/github-script@v6 - with: - script: | - github.rest.git.deleteRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'tags/latest', - sha: context.sha - }) - - name: create tag - uses: actions/github-script@v6 - with: - script: | - github.rest.git.createRef({ - owner: context.repo.owner, - repo: context.repo.repo, - ref: 'refs/tags/latest', - sha: context.sha - }) - - uses: actions/download-artifact@v4 - run: cp -r lib c3-windows-Release - run: cp -r lib c3-windows-Debug