From 48693b37e09c0c0b28d3594b5f90c7ea70e0c5c1 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Tue, 21 Jan 2025 03:36:45 +0100 Subject: [PATCH] Update auto-nightly.yml --- .github/workflows/auto-nightly.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-nightly.yml b/.github/workflows/auto-nightly.yml index d4c86dfd..fdb49b92 100644 --- a/.github/workflows/auto-nightly.yml +++ b/.github/workflows/auto-nightly.yml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: (c) 2025 ale5000 +# SPDX-FileCopyrightText: (c) 2025 ale5000 # SPDX-License-Identifier: GPL-3.0-or-later name: "Nightly" @@ -56,12 +56,11 @@ jobs: const response = await github.rest.repos.getReleaseByTag({ owner: context.repo.owner, repo: context.repo.repo, - tag: 'refs/tags/nightly' + tag: 'tags/nightly' }).catch(response => response); console.log(response.status); console.log(response.message); console.log(response.id); - console.log('---'); if(response.status >= 200 && response.status < 300) { await github.rest.repos.deleteRelease({ owner: context.repo.owner,