Skip to content

Commit

Permalink
Update publish-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlinca authored Jun 9, 2023
1 parent c85c15e commit 936b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
echo $GITHUB_RUN_NUMBER > version.txt
mv main.pdf cnf-best-practices.pdf
gh release create v2.0$GITHUB_RUN_NUMBER cnf-best-practices.pdf
gh release create v2.0.$GITHUB_RUN_NUMBER cnf-best-practices.pdf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 936b37e

Please sign in to comment.