Skip to content

Commit

Permalink
fix: debug release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Nov 3, 2021
1 parent 93cb629 commit 7413fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# fetch tag so release script realizes we're safe to release
- name: debug
run: tag --points-at HEAD
run: git tag --points-at HEAD
- name: Curseforge TBC
if: steps.semantic.outputs.new_release_published == 'true'
uses: BigWigsMods/packager@master
Expand Down

0 comments on commit 7413fb4

Please sign in to comment.