aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-07 23:45:50 -0400
committerXe Iaso <me@xeiaso.net>2025-04-07 23:45:50 -0400
commit119092de562c2781927aaf81d0ce3feeab3b0a64 (patch)
treea49ea5b76aa87840c6cbf066fde8ef5fa5566b55 /.github/workflows
parent77a4ef57aa9b120a40ed59720018ba897b539c8e (diff)
downloadx-119092de562c2781927aaf81d0ce3feeab3b0a64.tar.xz
x-119092de562c2781927aaf81d0ce3feeab3b0a64.zip
fix???
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f62e862..d3579f3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -18,6 +18,10 @@ jobs:
runs-on: alrest-x
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
+ fetch-tags: true
+ fetch-depth: 0
- name: build essential
run: |