Skip to content

Commit b2ce589

Browse files
authored
rm(.github): don't autorelease for now (#11)
1 parent b315c75 commit b2ce589

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build-access.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,3 @@ jobs:
2727
args: release --clean ${{ env.flags }}
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
publish:
31-
runs-on: ubuntu-latest
32-
needs: build
33-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
34-
steps:
35-
- uses: mislav/bump-homebrew-formula-action@v2
36-
with:
37-
formula-name: access
38-
env:
39-
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
40-
- uses: vedantmgoyal2009/winget-releaser@v2
41-
with:
42-
identifier: Indent.Access
43-
max-versions-to-keep: 5
44-
# TODO: fix arm64 on winget
45-
installers-regex: 'windows_amd64\.zip$'
46-
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)