Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use tag and revision, the default would be tarball and sha

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 }}