Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
kijung-iM committed Nov 28, 2024
1 parent eff7581 commit 52b94f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generatepdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.WHATAP_DOCS_TOKEN }}
with:
tag_name: v2.11.0 # 생성할 Release의 태그 이름
release_name: "v2.11.0(KO)"
release_name: "v2.11.0_KO"
body: "WhaTap Docs v2.11.0 기준으로 생성되 PDF 파일입니다."
draft: false
prerelease: false

- name: Upload PDFs using GitHub CLI
run: |
gh release upload v2.11.0(KO) pdf/*.pdf
gh release upload v2.11.0_KO pdf/*.pdf
env:
GITHUB_TOKEN: ${{ secrets.WHATAP_DOCS_TOKEN }}

Expand Down

0 comments on commit 52b94f5

Please sign in to comment.