Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Oct 23, 2024
1 parent 93fe3a9 commit 3076e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Create Tag
run: git tag ${{ steps.set_release_name.outputs.RELEASE_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push Tag
run: git push origin ${{ steps.set_release_name.outputs.RELEASE_NAME }}
Expand Down

0 comments on commit 3076e95

Please sign in to comment.