From 7f26367a5905740da8b656d4226fea7eb970a242 Mon Sep 17 00:00:00 2001
From: Peter Galonza
Date: Tue, 21 May 2024 23:45:44 +0300
Subject: [PATCH] not need depth
---
.github/workflows/build.yml | 2 --
.github/workflows/release.yml | 2 --
2 files changed, 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f8054e2b1..ef9ac1e02 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- with:
- fetch-depth: 0
- name: Build Atmosphere
run: |
source /opt/venv/bin/activate
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f6e068166..ffe3d8032 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,8 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- with:
- fetch-depth: 0
- name: Build Atmosphere
run: |
source /opt/venv/bin/activate