From 86b9b791704f35a31ef62435c1a0eff20a43233e Mon Sep 17 00:00:00 2001 From: Jademalo <386846+Jademalo@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:38:14 +0100 Subject: [PATCH] Revert fixes since BigWigs packager has been fixed --- .github/workflows/release.yml | 7 ------- .github/workflows/tag.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92cbb42..6d73824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,13 +44,6 @@ jobs: # which is useful for controlling the length of the automated changelog fetch-depth: 50 - # Checkout the latest tag to prevent the duplicate run check - - name: Checkout latest tag - run: | - git fetch --tags - latestTag=$(git describe --tags `git rev-list --tags --max-count=1`) - git checkout $latestTag - # once cloned, we just run the GitHub Action for the packager project - name: Package and Release uses: BigWigsMods/packager@v2 diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 3d20eb0..0fcc8bc 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -29,7 +29,6 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - create_annotated_tag: true tag_manual: if: "${{ github.event.inputs.bumpLevel != '' }}" @@ -43,5 +42,4 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - create_annotated_tag: true default_bump: ${{ inputs.bumpLevel }} \ No newline at end of file