Skip to content

Commit c85c15e

Browse files
authored
Update publish-pdf.yml
1 parent 04ecc09 commit c85c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo $GITHUB_RUN_NUMBER > version.txt
2626
mv main.pdf cnf-best-practices.pdf
27-
gh release create v$GITHUB_RUN_NUMBER cnf-best-practices.pdf
27+
gh release create v2.0$GITHUB_RUN_NUMBER cnf-best-practices.pdf
2828
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)