Skip to content

Commit

Permalink
rm(.github): don't autorelease for now (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethernetdan authored May 24, 2023
1 parent b315c75 commit b2ce589
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b2ce589

Please sign in to comment.