Skip to content

Commit

Permalink
append
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Jan 22, 2024
1 parent e573658 commit 2ae939b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: append version number
run: |
echo "\n---\nVersion: ${{ steps.tag_name.outputs.VERSION }}\n" >> User-Guide.md
echo "---" >> User-Guide.md
echo "File Access Policy Analyzer version ${{ steps.tag_name.outputs.VERSION }}" >> User-Guide.md
working-directory: fapolicy-analyzer.wiki

- name: generate pdf
Expand Down

0 comments on commit 2ae939b

Please sign in to comment.