We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef70621 commit 0558a46Copy full SHA for 0558a46
.github/workflows/publish-pdf.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Create PDF release
24
run: |
25
echo $GITHUB_RUN_NUMBER > version.txt
26
- mv main.pdf cnf-best-practices.pdf
27
- gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices.pdf
+ mv main.pdf cnf-best-practices-guide.pdf
+ gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices-guide.pdf
28
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments