From 4e3ea61e7bba3337b8849a90c071b42571417772 Mon Sep 17 00:00:00 2001 From: Quacksire <19170969+quacksire@users.noreply.github.com> Date: Fri, 28 Jan 2022 22:37:23 -0800 Subject: [PATCH] [actions] remove tag maker --- .github/workflows/release-all.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index a7355af0..666c03f5 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -11,11 +11,6 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - create-tag: - uses: rickstaa/action-create-tag@v1 - with: - tag: "canary-${{ github.sha }}" - message: "https://github.com/ciderapp/Cider/commit/${{ github.sha }}" - name: Check out Git repository uses: actions/checkout@v1