We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739ae04 commit 81e9a08Copy full SHA for 81e9a08
.github/workflows/deployment.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout Code
21
uses: actions/checkout@v4
22
+ with:
23
+ fetch-tags: true
24
25
- name: Update apt cache
26
run: sudo apt-get update
0 commit comments