From b2ce58970adf6d0c38d5d5081c5e815a1c59a9f6 Mon Sep 17 00:00:00 2001 From: Dan Gillespie Date: Wed, 24 May 2023 08:13:24 -0700 Subject: [PATCH] rm(.github): don't autorelease for now (#11) --- .github/workflows/build-access.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/build-access.yaml b/.github/workflows/build-access.yaml index 8d790f4..ec2d549 100644 --- a/.github/workflows/build-access.yaml +++ b/.github/workflows/build-access.yaml @@ -27,20 +27,3 @@ jobs: args: release --clean ${{ env.flags }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - publish: - runs-on: ubuntu-latest - needs: build - if: ${{ startsWith(github.ref, 'refs/tags/v') }} - steps: - - uses: mislav/bump-homebrew-formula-action@v2 - with: - formula-name: access - env: - COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }} - - uses: vedantmgoyal2009/winget-releaser@v2 - with: - identifier: Indent.Access - max-versions-to-keep: 5 - # TODO: fix arm64 on winget - installers-regex: 'windows_amd64\.zip$' - token: ${{ secrets.WINGET_TOKEN }}