We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8669b24 commit beaa476Copy full SHA for beaa476
.github/workflows/test-make-target.yaml
@@ -26,6 +26,9 @@ jobs:
26
- name: CHECKOUT REPOSITORY
27
uses: actions/checkout@v4
28
29
+ - name: FETCH TAGS
30
+ run: git fetch --tags
31
+
32
- name: SETUP OTP & ELIXIR
33
uses: erlef/setup-beam@v1.17
34
with:
.github/workflows/test-make.yaml
@@ -34,6 +34,9 @@ jobs:
35
36
37
38
39
40
41
42
0 commit comments