From 1f0fb44fb581d780c8d595d6a08a7ecf052055e7 Mon Sep 17 00:00:00 2001 From: Khambar Dussaliyev Date: Sat, 6 Apr 2024 20:46:16 +0500 Subject: [PATCH] issue-#10 --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51eca95..d10129a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,28 +23,14 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.21' - Build: - needs: Setup - runs-on: ubuntu-latest - steps: - name: "Build multiplatform" run: make build-multiplatform - Tag: - needs: Build - runs-on: ubuntu-latest - permissions: - contents: write - steps: - name: Tag uses: anothrNick/github-tag-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: false DEFAULT_BUMP: minor - Release: - needs: Tag - runs-on: ubuntu-latest - steps: - name: Create a Release uses: softprops/action-gh-release@v2 with: