Skip to content

Commit

Permalink
Use gh instead of hub
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gassmann <[email protected]>
  • Loading branch information
thomasgassmann committed Oct 7, 2023
1 parent 5eab878 commit 3d34f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: |
TAG="nightly"
git tag -f "$TAG"
hub release delete "$TAG"
hub release create -m "Nightly PDF build
gh release delete "$TAG"
gh release create -m "Nightly PDF build
This release always contains the PDFs built from the latest .tex source. It is advised to only use the latest versions for actual exams, as old versions might contain factual errors." "$TAG" || true
find -iname '*pdf' -not -path '**/*degrees_circle*' -print0 | while IFS= read -r -d $'\0' file; do
Expand Down

0 comments on commit 3d34f28

Please sign in to comment.