From 2c91f3c0c051d75898949ac43c786877b1baf002 Mon Sep 17 00:00:00 2001 From: w3stling Date: Wed, 7 Aug 2024 01:12:59 +0200 Subject: [PATCH] Update build script --- .github/workflows/publish-release.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 15abe5b..2e2f8c2 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -65,10 +65,8 @@ jobs: needs: [build] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - ref: main + - name: Checkout repository ⚙️ + uses: actions/checkout@v4 - name: Version number 🔢 run: | @@ -125,9 +123,6 @@ jobs: steps: - name: Checkout repository ⚙️ uses: actions/checkout@v4 - with: - fetch-depth: 0 - ref: main - name: Version number 🔢 run: |