We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b315c75 commit b2ce589Copy full SHA for b2ce589
.github/workflows/build-access.yaml
@@ -27,20 +27,3 @@ jobs:
27
args: release --clean ${{ env.flags }}
28
env:
29
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
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