Skip to content

Commit

Permalink
Fetch tags with deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Nov 24, 2024
1 parent 739ae04 commit 81e9a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Update apt cache
run: sudo apt-get update
Expand Down

0 comments on commit 81e9a08

Please sign in to comment.