Skip to content

Commit

Permalink
github: workflows: documentation: Manually fetch Git tags
Browse files Browse the repository at this point in the history
Manually fetch the Git tags, as this is currently not possible with the
default checkout action. See
actions/checkout#701 for detailed information.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
  • Loading branch information
mschwan-phytec committed Jul 11, 2023
1 parent 794408b commit 2373b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Receive tags
run: git fetch --tags origin
- name: Install build dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 2373b72

Please sign in to comment.