Skip to content

Commit

Permalink
Update generate-pdf-from-latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Nov 17, 2023
1 parent b1337be commit b27f5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-pdf-from-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
tag_name: v${{ github.run_number }}
release_name: Release v${{ github.run_number }}
draft: false
prerelease: false

Expand Down

0 comments on commit b27f5db

Please sign in to comment.