From 93f2546d5ba9905c0b9cb974c751ecf5cd2652ef Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 15 Aug 2021 20:14:07 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4036a223..54580cee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,6 @@ jobs: - name: Get the Tag id: get_tag run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/} - - name: Install cURL - run: | - apt install -y curl - apt install -y bash - name: Netdisco Release env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}