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 04ecc09 commit c85c15eCopy full SHA for c85c15e
.github/workflows/publish-pdf.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
echo $GITHUB_RUN_NUMBER > version.txt
26
mv main.pdf cnf-best-practices.pdf
27
- gh release create v$GITHUB_RUN_NUMBER cnf-best-practices.pdf
+ gh release create v2.0$GITHUB_RUN_NUMBER cnf-best-practices.pdf
28
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments