From 00577aba2eb2dcfe38010d2526cc982df934803f Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Mon, 12 Aug 2024 17:27:51 -0400 Subject: [PATCH] snap: use snapcore/action-build for release build --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 093012a5a..5c6716525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,17 +48,9 @@ jobs: # fetch-depth: 0 fetches all history for all branches and tags fetch-depth: 0 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USER }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Build snap + uses: snapcore/action-build@v1 id: build - run: | - make _build_snap && \ - find doctl_v*.snap -exec echo "snap={}" >> "$GITHUB_OUTPUT" \; - uses: snapcore/action-publish@master env: