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 3a14fbb commit ef70621Copy full SHA for ef70621
.github/workflows/publish-pdf.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Create PDF release
24
run: |
25
echo $GITHUB_RUN_NUMBER > version.txt
26
- mv main.pdf cnf-best-practices-guide.pdf
+ mv main.pdf cnf-best-practices.pdf
27
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices.pdf
28
29
env:
0 commit comments