Skip to content

Commit

Permalink
Revert fixes since BigWigs packager has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jademalo committed Jul 14, 2022
1 parent 58fa47a commit 86b9b79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}"
Expand All @@ -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 }}

0 comments on commit 86b9b79

Please sign in to comment.