Skip to content

Hashtag picker, relative table formulas, next/prev unread, and bug fixes #7

Hashtag picker, relative table formulas, next/prev unread, and bug fixes

Hashtag picker, relative table formulas, next/prev unread, and bug fixes #7

Workflow file for this run

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 #v2
with:
identifier: stevencohn.OneMore
installers-regex: '\.msi$' # Only .msi files
token: ${{ secrets.WINGET_TOKEN }}